feat: disable plasma

This commit is contained in:
Noa Aarts 2024-08-30 20:07:25 +02:00
parent 278038b5c4
commit 4cde9a49ab
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -8,7 +8,6 @@
[ [
# Include the results of the hardware scan. # Include the results of the hardware scan.
../../modules/games/steam.nix ../../modules/games/steam.nix
../../modules/plasma
./disk-config.nix ./disk-config.nix
./hardware-configuration.nix ./hardware-configuration.nix
@ -145,7 +144,6 @@
modules = { modules = {
games.steam.enable = true; games.steam.enable = true;
plasma.enable = true;
}; };
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;