mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Ignore power button
This commit is contained in:
parent
49de83622e
commit
5ed12052f0
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,6 +14,7 @@
|
||||||
!machines/enka/helix/
|
!machines/enka/helix/
|
||||||
!machines/enka/hyprland/
|
!machines/enka/hyprland/
|
||||||
!machines/enka/kitty/
|
!machines/enka/kitty/
|
||||||
|
!machines/enka/logind/
|
||||||
!machines/enka/networkmanager/
|
!machines/enka/networkmanager/
|
||||||
!machines/enka/nushell/
|
!machines/enka/nushell/
|
||||||
!machines/enka/openttd/
|
!machines/enka/openttd/
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
./helix
|
./helix
|
||||||
./hyprland
|
./hyprland
|
||||||
./kitty
|
./kitty
|
||||||
|
./logind
|
||||||
./networkmanager
|
./networkmanager
|
||||||
./nushell
|
./nushell
|
||||||
./openttd
|
./openttd
|
||||||
|
|
5
machines/enka/logind/default.nix
Normal file
5
machines/enka/logind/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ systemConfiguration, ... }:
|
||||||
|
|
||||||
|
systemConfiguration {
|
||||||
|
services.logind.powerKey = "ignore";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue