From 4e25691b858e6e51608a71a81b2572160d49cb72 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 3 Oct 2024 16:32:09 +0200 Subject: [PATCH] feat: re-enable cosmic --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 3f574e4..c2855a2 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -223,7 +223,7 @@ enable = true; acceleration = "cuda"; }; - desktopManager.cosmic.enable = false; + desktopManager.cosmic.enable = true; pcscd.enable = true; # for yubikey pipewire = { enable = true;