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