default.nix in most folders

This commit is contained in:
baduhai 2022-12-04 18:23:57 -03:00
parent 35a7b40dac
commit 0c7addbe0c
8 changed files with 58 additions and 29 deletions

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

@ -0,0 +1,13 @@
{ ... }:
{
imports = [
./boot.nix
./locale.nix
./networking.nix
./nix.nix
./packages.nix
./services.nix
./users.nix
];
}