From a51065b5bb53bed5e6e69432424b862787b5d296 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 3 Oct 2024 16:31:32 +0200 Subject: [PATCH] feat: re-enable plasma --- 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 359ef4b..3f574e4 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -165,7 +165,7 @@ modules = { games.steam.enable = true; - plasma.enable = false; + plasma.enable = true; }; users.defaultUserShell = pkgs.zsh;