System Gen126 @ 2024-10-30-13:31:23

This commit is contained in:
Jonas Röger 2024-10-30 13:31:24 +01:00
parent fae0b07957
commit a7be0b3c12
3 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,7 @@ in {
enable = true;
xwayland.enable = true;
};
programs.hyprlock.enable = true;
security.pam.services.hyprlock = {};
};
}

View File

@ -59,7 +59,6 @@
", XF86AudioMicMute, exec, ${pkgs.pulsemixer}/bin/pulsemixer --toggle-mute --id 1"
", XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set +5%"
", XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 5%-"
"$mod, 9, exec, ${pkgs.hyprlock}/bin/hyprlock"
"$mod, 0, exec, ${pkgs.wlogout}/bin/wlogout"
]
++ (

View File

@ -6,7 +6,6 @@
};
home.packages = with pkgs; [
hyprlock
wl-clipboard
];