nichts/hosts/vali/mars/profile.nix
2024-04-14 14:35:10 +02:00

13 lines
412 B
Nix

_: {
imports = [
../../../options/boot/grub-boot.nix
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
../../../options/common/gpu/nvidia.nix
# ../../../overlay.nix
../../../options/common/pin-registry.nix
../../../options/common/preserve-system.nix
#../../options/
../../../options/desktop/monitors.nix
];
}