changed structure again

This commit is contained in:
vali 2024-04-10 17:53:41 +02:00
commit af6505d84f
5 changed files with 0 additions and 0 deletions

11
hosts/vali/profile.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
imports = [
../../options/boot/grub-boot.nix
../../options/desktop/fonts.nix
../../options/common/networking.nix
../../options/common/gpu/nvidia.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
#../../options/
];
}