System Gen144 @ 2025-01-05-22:31:33

This commit is contained in:
Jonas Röger 2025-01-05 22:31:34 +01:00
parent b2bc177601
commit 9276cf961f

View File

@ -24,7 +24,6 @@ in {
];
};
security.pam.services.sddm.enableKwallet = true;
environment.systemPackages = with pkgs; [
libsForQt5.kwallet
libsForQt5.kwalletmanager
@ -32,6 +31,7 @@ in {
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
programs.hyprlock.enable = true;