flocon/hosts/common/default.nix

10 lines
112 B
Nix

{ ... }:
{
imports = [
./system
./syncthing
./gnome.nix
./sops.nix
./stylix.nix
];
}