desktop-2024-07-15-15-27-03

This commit is contained in:
Alexander Szczepanski
2024-07-15 15:27:03 +02:00
parent 50a2412af6
commit 692df73b99
3 changed files with 58 additions and 271 deletions

View File

@ -5,7 +5,7 @@
};
environment.plasma6.excludePackages = with pkgs.kdePackages; [
# plasma-browser-integration
plasma-browser-integration
konsole
oxygen
kate
@ -17,7 +17,10 @@
desktopManager.plasma6.enable = true;
displayManager = {
defaultSession = "plasmax11";
sddm = { enable = true; };
sddm = {
enable = true;
# wayland.enable = true;
};
};
xserver = {