Add specialisation with nixos-cosmic
This commit is contained in:
parent
d427be6e4a
commit
41785ece70
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue