feat(homes/rafiq): add hyprlock config and pam service fix
This commit is contained in:
parent
09b10869e6
commit
4507f4b113
1 changed files with 29 additions and 25 deletions
|
@ -7,6 +7,7 @@
|
|||
"steam-unwrapped"
|
||||
];
|
||||
flake.modules.nixos.graphical = {
|
||||
security.pam.services.hyprlock = { };
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
|
@ -92,7 +93,9 @@
|
|||
enable = true;
|
||||
inherit profiles;
|
||||
};
|
||||
hyprlock.settings = {
|
||||
hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
general.hide_cursor = true;
|
||||
general.ignore_empty_input = true;
|
||||
background.blur_passes = 5;
|
||||
|
@ -119,6 +122,7 @@
|
|||
shadow_size = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue