summaryrefslogtreecommitdiff
path: root/hosts/shinji
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-08-26 11:56:41 -0400
committerFreya Murphy <freya@freyacat.org>2025-08-26 11:56:41 -0400
commit57f8f27c4a8dc4b51fafc177f5c3089757d38e74 (patch)
tree56eef7f498505c5f4fd7b84b783f2a3bf681de9d /hosts/shinji
parentupdate wireguard configs (diff)
downloaddotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.tar.gz
dotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.tar.bz2
dotfiles-nix-57f8f27c4a8dc4b51fafc177f5c3089757d38e74.zip
update commits
Diffstat (limited to '')
-rw-r--r--hosts/shinji/default.nix4
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;