nichts/hosts/lars/kronos/profile.nix
2024-04-21 22:04:36 +02:00

11 lines
366 B
Nix

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