flocon/hosts/common/default.nix

14 lines
194 B
Nix
Raw Normal View History

2024-09-24 13:09:36 +00:00
_: {
2024-09-05 12:11:19 +00:00
imports = [
2024-09-24 13:09:36 +00:00
./system
./syncthing
2024-09-05 12:11:19 +00:00
./sops.nix
];
2024-09-25 07:02:43 +00:00
modules = {
gnome.enable = true;
stylix.enable = true;
docker.enable = true;
pipewire.enable = true;
};
2024-09-05 12:11:19 +00:00
}