System Gen106 @ 2024-05-01-23:16:41

This commit is contained in:
Jonas Röger 2024-05-01 23:16:41 +02:00
parent d27ad2dde3
commit 286f6bec4c

View File

@ -1,6 +1,7 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: let }: let
cfg = config.desktop.de.hyprland; cfg = config.desktop.de.hyprland;
@ -14,6 +15,12 @@ in {
dbus.enable = true; dbus.enable = true;
}; };
security.pam.services.sddm.enableKwallet = true;
environment.systemPackages = with pkgs; [
libsForQt5.kwallet
libsForQt5.kwalletmanager
];
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;