add default file to import common
This commit is contained in:
parent
83cf8cc933
commit
b015e39eef
1 changed files with 10 additions and 0 deletions
10
hosts/common/default.nix
Normal file
10
hosts/common/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./system
|
||||
./syncthing
|
||||
./gnome.nix
|
||||
./sops.nix
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue