flocon/hosts/common/default.nix

11 lines
125 B
Nix
Raw Normal View History

2024-09-05 12:11:19 +00:00
{ ... }:
{
imports = [
./system
./syncthing
./sops.nix
2024-09-06 10:42:22 +00:00
./theme.nix
2024-09-05 12:11:19 +00:00
];
2024-09-05 14:11:32 +00:00
modules.gnome.enable = true;
2024-09-05 12:11:19 +00:00
}