install plasma and use plasma-manager to configure

This commit is contained in:
cy 2025-02-01 22:36:56 -05:00
parent 258cce19fb
commit 81e06a0513
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 72 additions and 0 deletions

View file

@ -174,6 +174,8 @@
haskell-language-server
ghc
sbctl # secure boot
wine-wayland
wine64
];
environment.sessionVariables = {
@ -187,6 +189,12 @@
services.displayManager = {
enable = true;
autoLogin.user = "yt";
defaultSession = "plasma";
sddm = {
enable = true;
wayland.enable = true;
autoNumlock = true;
};
};
fonts.packages = with pkgs; [
@ -294,6 +302,8 @@
waylandpp
cairo
xcb-util-cursor
libplist
p11-kit
xorg.libX11
xorg.libxcb
xorg.xcbutilwm
@ -377,4 +387,9 @@
startAgent = true;
enableAskPassword = true;
};
services.desktopManager.plasma6 = {
enable = true;
enableQt5Integration = true;
};
}