Reenable COSMIC

The fixing of nixpkgs unbroke COSMIC for me. I found the issue a while
back thanks to an error message it provided.
This commit is contained in:
Gene Liverman 2024-12-04 06:56:03 -05:00
parent 087a6fe757
commit 16f492663d
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@
hostname = "rainbow-planet"; hostname = "rainbow-planet";
username = "gene"; username = "gene";
additionalModules = [ additionalModules = [
#nixos-cosmic.nixosModules.default nixos-cosmic.nixosModules.default
nixos-hardware.nixosModules.dell-xps-13-9360 nixos-hardware.nixosModules.dell-xps-13-9360
]; ];
additionalSpecialArgs = {}; additionalSpecialArgs = {};

View file

@ -89,7 +89,7 @@
services = { services = {
boinc.enable = true; boinc.enable = true;
dbus.implementation = "broker"; dbus.implementation = "broker";
#desktopManager.cosmic.enable = true; desktopManager.cosmic.enable = true;
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
displayManager.sddm = { displayManager.sddm = {
enable = true; enable = true;