From b015e39eef60c3846364c40aa75a92fe81df92e4 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 5 Sep 2024 14:11:19 +0200 Subject: [PATCH] add default file to import common --- hosts/common/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hosts/common/default.nix 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 + ]; +}