From 16f492663d363c57e32d8ddf11cd3e5aba6e52ab Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 4 Dec 2024 06:56:03 -0500 Subject: [PATCH] Reenable COSMIC The fixing of nixpkgs unbroke COSMIC for me. I found the issue a while back thanks to an error message it provided. --- flake.nix | 2 +- modules/hosts/nixos/rainbow-planet/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 41f105a..48fde39 100644 --- a/flake.nix +++ b/flake.nix @@ -255,7 +255,7 @@ hostname = "rainbow-planet"; username = "gene"; additionalModules = [ - #nixos-cosmic.nixosModules.default + nixos-cosmic.nixosModules.default nixos-hardware.nixosModules.dell-xps-13-9360 ]; additionalSpecialArgs = {}; diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index bcf7986..751d4d4 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -89,7 +89,7 @@ services = { boinc.enable = true; dbus.implementation = "broker"; - #desktopManager.cosmic.enable = true; + desktopManager.cosmic.enable = true; desktopManager.plasma6.enable = true; displayManager.sddm = { enable = true;