Add specialisation with nixos-cosmic

This commit is contained in:
Pim Kunis 2024-10-28 11:38:31 +01:00
parent d427be6e4a
commit 41785ece70

View file

@ -36,15 +36,15 @@
boot.initrd.luks.devices."luks-8ffd3129-4908-4209-98c4-4eb68a35c494".device = "/dev/disk/by-uuid/8ffd3129-4908-4209-98c4-4eb68a35c494"; boot.initrd.luks.devices."luks-8ffd3129-4908-4209-98c4-4eb68a35c494".device = "/dev/disk/by-uuid/8ffd3129-4908-4209-98c4-4eb68a35c494";
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usb_storage"]; boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usb_storage"];
# specialisation.cosmic.configuration = { specialisation.cosmic.configuration = {
# imports = [ imports = [
# inputs.nixos-cosmic.nixosModules.default inputs.nixos-cosmic.nixosModules.default
# ]; ];
# services.desktopManager = { services = {
# cosmic.enable = true; desktopManager.cosmic.enable = true;
# cosmic-greeter.enable = true; displayManager.cosmic-greeter.enable = true;
# }; };
# }; };
}; };
} }