flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 07f028e19d2a4e29db756bd218856e3be5ffae78
parent 9af46e1c5a7fc6555183464aa5f65fa687219fb9
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 22:06:06 +0200

fix: remove lidSwitch, powerKey and powerKeyLongPress logind definitions

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mmodules/nixos/wayland/default.nix | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/nixos/wayland/default.nix b/modules/nixos/wayland/default.nix @@ -30,12 +30,5 @@ package = pkgs.sway; extraPackages = lib.mkForce [ ]; }; - - services.logind = { - killUserProcesses = true; - lidSwitch = "poweroff"; - powerKey = "poweroff"; - powerKeyLongPress = "poweroff"; - }; }; }