Plasma 6 babyyyyy

This commit is contained in:
William 2024-03-06 07:30:03 -03:00
parent 18d50186d4
commit cf26004b88

View file

@ -30,7 +30,7 @@ in {
exportConfiguration = true;
excludePackages = (with pkgs; [ xterm ]);
displayManager = {
defaultSession = "plasmawayland";
defaultSession = "plasma";
autoLogin = {
enable = true;
user = "user";
@ -55,7 +55,7 @@ in {
};
};
};
desktopManager.plasma5.enable = true;
desktopManager.plasma6.enable = true;
};
};