replace swayidle with hypridle
This commit is contained in:
parent
c82061e752
commit
be6bf03132
2 changed files with 9 additions and 1 deletions
|
@ -5,8 +5,8 @@
|
|||
./auth-agent.nix
|
||||
./dunst.nix
|
||||
./hyprlock.nix
|
||||
./hypridle.nix
|
||||
./kanshi.nix
|
||||
./swayidle.nix
|
||||
./swww.nix
|
||||
./wallpaper.nix
|
||||
];
|
||||
|
|
8
home/wm/addon/hypridle.nix
Normal file
8
home/wm/addon/hypridle.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
services.hypridle = {
|
||||
enable = true;
|
||||
settings = {
|
||||
lock_cmd = "${pkgs.hyprlock}/bin/hyprlock";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue