nichts/hosts/lars/dyonisos/profile.nix

11 lines
311 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
../../../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
];
}