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 1 additions and 2 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue