diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-26 11:56:41 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-26 11:56:41 -0400 |
commit | 57f8f27c4a8dc4b51fafc177f5c3089757d38e74 (patch) | |
tree | 56eef7f498505c5f4fd7b84b783f2a3bf681de9d /hosts/shinji/default.nix | |
parent | update wireguard configs (diff) | |
download | dotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.tar.gz dotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.tar.bz2 dotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.zip |
update commits
Diffstat (limited to 'hosts/shinji/default.nix')
-rw-r--r-- | hosts/shinji/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 0b30d04..fa30156 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -18,9 +18,7 @@ ]; # set power btn to suspend - services.logind.extraConfig = '' - HandlePowerKey=suspend - ''; + services.logind.powerKey = "suspend"; # logitech mouse udev services.udev.extraRules = lib.fileContents ./42-logitech-unify-permissions.rules; |