feat(homes/rafiq): add hyprlock config and pam service fix

This commit is contained in:
Mohammad Rafiq 2025-07-09 01:39:00 +08:00
parent 09b10869e6
commit 4507f4b113
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
"steam-unwrapped" "steam-unwrapped"
]; ];
flake.modules.nixos.graphical = { flake.modules.nixos.graphical = {
security.pam.services.hyprlock = { };
programs.steam = { programs.steam = {
enable = true; enable = true;
gamescopeSession.enable = true; gamescopeSession.enable = true;
@ -92,7 +93,9 @@
enable = true; enable = true;
inherit profiles; inherit profiles;
}; };
hyprlock.settings = { hyprlock = {
enable = true;
settings = {
general.hide_cursor = true; general.hide_cursor = true;
general.ignore_empty_input = true; general.ignore_empty_input = true;
background.blur_passes = 5; background.blur_passes = 5;
@ -119,6 +122,7 @@
shadow_size = 5; shadow_size = 5;
}; };
}; };
};
ghostty = { ghostty = {
enable = true; enable = true;
settings = { settings = {