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"
|
"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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue