flocon/hosts/common/default.nix

9 lines
109 B
Nix

{ ... }:
{
imports = [
./system
./syncthing
./sops.nix
];
modules.gnome.enable = true;
}