add default file to import common

This commit is contained in:
Anthony Rodriguez 2024-09-05 14:11:19 +02:00
parent 83cf8cc933
commit b015e39eef
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

10
hosts/common/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./system
./syncthing
./gnome.nix
./sops.nix
./stylix.nix
];
}