nichts/hosts/lars/kronos/profile.nix

12 lines
358 B
Nix
Raw Normal View History

2024-04-12 07:09:49 +02:00
_: {
imports = [
../../../options/boot/grub-boot.nix
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
2024-04-12 15:53:06 +02:00
../../../options/common/gpu/nvidia.nix
2024-04-12 07:09:49 +02:00
../../../options/common/pin-registry.nix
../../../options/common/preserve-system.nix
2024-04-16 16:04:17 +02:00
../../../options/common/bluetooth.nix
2024-04-12 07:09:49 +02:00
];
}