diff --git a/hosts/common/default.nix b/hosts/common/default.nix new file mode 100644 index 0000000..d03d4f0 --- /dev/null +++ b/hosts/common/default.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + imports = [ + ./system + ./syncthing + ./gnome.nix + ./sops.nix + ./stylix.nix + ]; +}