diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 67faee6..88065e9 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -8,7 +8,6 @@ [ # Include the results of the hardware scan. ../../modules/games/steam.nix - ../../modules/plasma ./disk-config.nix ./hardware-configuration.nix @@ -145,7 +144,6 @@ modules = { games.steam.enable = true; - plasma.enable = true; }; users.defaultUserShell = pkgs.zsh;