flocon/hosts/common/default.nix

10 lines
125 B
Nix

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