staying on plasma 5 for now
This commit is contained in:
parent
9514633602
commit
c8fbd61e36
8 changed files with 286 additions and 233 deletions
|
@ -80,10 +80,14 @@
|
|||
services.udisks2.enable = true;
|
||||
|
||||
services.xserver.enable = true; # SDDM requires this
|
||||
services.xserver.desktopManager.plasma6.enable = true; # new plasma!
|
||||
services.xserver.desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
# enableQt5Integration = true;
|
||||
runUsingSystemd = true;
|
||||
};
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "plasma";
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||
konsole
|
||||
gwenview
|
||||
];
|
||||
|
@ -144,7 +148,7 @@
|
|||
|
||||
alejandra
|
||||
|
||||
qt6Packages.qtstyleplugin-kvantum
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
|
||||
services.atuin.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue