Initial commit of NixOS configuration
This commit is contained in:
8
components/hyprland/hypridle.nix
Normal file
8
components/hyprland/hypridle.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
services.hypridle = {
|
||||
enable = true;
|
||||
settings = {
|
||||
before_sleep_cmd = "hyprlock";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user