Add NixOS config
This commit is contained in:
commit
6020d64797
43 changed files with 1372 additions and 0 deletions
8
home-manager/modules/hypr/hypridle.nix
Normal file
8
home-manager/modules/hypr/hypridle.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.hypridle.enable = true;
|
||||
services.hypridle.settings = {
|
||||
general = {
|
||||
before_sleep_cmd = "pidof hyprlock || hyprlock";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue