Skip to content

Commit

Permalink
nixos/hypridle: add hyprctl, hyprlock and pidof to path (#352594)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 31, 2024
2 parents ff01e15 + e58f4b3 commit f1bd785
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/modules/services/wayland/hypridle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ in
systemd = {
packages = [ cfg.package ];
user.services.hypridle.wantedBy = [ "graphical-session.target" ];
user.services.hypridle.path = [
config.programs.hyprland.package
config.programs.hyprlock.package
pkgs.procps
];
};
};

Expand Down

0 comments on commit f1bd785

Please sign in to comment.