dotfiles/curacao/default.nix

17 lines
234 B
Nix
Raw Permalink Normal View History

2024-02-17 18:39:09 +01:00
{ pkgs, lib, config, ... }:
{
config = {
networking.hostName = "curacao";
};
imports = [
./backup
2024-03-22 20:22:23 +01:00
./co2meter
./dedup
2024-02-17 18:39:09 +01:00
./disko.nix
./features.nix
./hardware.nix
./homeautomation
2024-03-27 13:09:00 +01:00
./webcam
2024-02-17 18:39:09 +01:00
];
}