nichts/hosts/cr/temperance/profile.nix

10 lines
233 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
_: {
imports = [
../../../options/boot/grub-boot.nix
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
../../../options/common/gpu/nvidia.nix
../../../options/desktop/monitors.nix
];
2024-04-10 17:39:26 +02:00
}