nichts/hosts/vali/hermit/profile.nix
2024-07-28 11:00:54 +02:00

10 lines
275 B
Nix

_: {
imports = [
../../../options/boot/grub-boot.nix
../../../options/common/bluetooth.nix
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
../../../options/common/gpu/nvidia.nix
../../../options/desktop/monitors.nix
];
}