fix(hypr): fix swaylock and remove useless listeners option
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-21 18:34:50 -05:00
parent fd5a54017c
commit 497d85ca71
2 changed files with 4 additions and 5 deletions

View file

@ -459,11 +459,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708453550, "lastModified": 1708556430,
"narHash": "sha256-KAjPEGjulric1CscaleMJmfsyR7s08j4gzYc6p23K1U=", "narHash": "sha256-bnAdxJ2KaHXPx4ZX/SFL/xub/ntwea57o0SmUAF8li8=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hypridle", "repo": "hypridle",
"rev": "158c52c4a76cff7a1635be8ec1a4a369bc8674ed", "rev": "a180de7bc76345b23e6b4f6fdf52e533c0780520",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -32,7 +32,7 @@ in {
}; };
in { in {
imports = [ imports = [
../../home/swaylock.nix ./swaylock.nix
hypridle.homeManagerModules.default hypridle.homeManagerModules.default
]; ];
@ -42,7 +42,6 @@ in {
services.hypridle = mkIf isLaptop { services.hypridle = mkIf isLaptop {
enable = true; enable = true;
listeners = [];
lockCmd = "${lockPkg}/bin/lock"; lockCmd = "${lockPkg}/bin/lock";
}; };