added overridden defaults.nix again

This commit is contained in:
Charlie Root 2024-04-10 17:56:10 +02:00
commit 580b898e0d
2 changed files with 23 additions and 8 deletions

8
hosts/vali/default.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./profile.nix
];
}