fix(hypr): fix swaylock and remove useless listeners option
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
fd5a54017c
commit
497d85ca71
2 changed files with 4 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -459,11 +459,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1708453550,
|
||||
"narHash": "sha256-KAjPEGjulric1CscaleMJmfsyR7s08j4gzYc6p23K1U=",
|
||||
"lastModified": 1708556430,
|
||||
"narHash": "sha256-bnAdxJ2KaHXPx4ZX/SFL/xub/ntwea57o0SmUAF8li8=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "hypridle",
|
||||
"rev": "158c52c4a76cff7a1635be8ec1a4a369bc8674ed",
|
||||
"rev": "a180de7bc76345b23e6b4f6fdf52e533c0780520",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -32,7 +32,7 @@ in {
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
../../home/swaylock.nix
|
||||
./swaylock.nix
|
||||
hypridle.homeManagerModules.default
|
||||
];
|
||||
|
||||
|
@ -42,7 +42,6 @@ in {
|
|||
|
||||
services.hypridle = mkIf isLaptop {
|
||||
enable = true;
|
||||
listeners = [];
|
||||
lockCmd = "${lockPkg}/bin/lock";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue