From 44da6611c09478211e6a71579a0d2df50fb9595c Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 15 May 2024 19:44:00 +0200 Subject: [PATCH] finish trying out cosmic --- systems/pc/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 3ff6107..42946cd 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -51,8 +51,8 @@ noise-supression.enable = true; obs.enable = true; openrgb.enable = true; - #plasma.enable = true; - cosmic.enable = true; + plasma.enable = true; + #cosmic.enable = true; shared.enable = true; }; };