This commit is contained in:
rotterdam 2023-02-13 11:45:46 -03:00
parent 5ac3921e0c
commit 4f0224676d

View file

@ -24,7 +24,7 @@ in
xkbVariant = "altgr-intl"; xkbVariant = "altgr-intl";
exportConfiguration = true; exportConfiguration = true;
excludePackages = ( with pkgs; [ xterm ]); excludePackages = ( with pkgs; [ xterm ]);
displayServer.startx.enable = true; displayManager.startx.enable = true;
desktopManager.plasma5 = { desktopManager.plasma5 = {
enable = true; enable = true;
excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]); excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]);