mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Updated system
This commit is contained in:
parent
c94dcbff29
commit
5684e1b560
5 changed files with 49 additions and 53 deletions
|
@ -12,10 +12,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Power key should not shut off computer by defaultPower key shuts of
|
||||
services.logind.extraConfig = ''
|
||||
# Suspend when power button is pressed
|
||||
HandlePowerKey=suspend
|
||||
'';
|
||||
services.logind.powerKey = "suspend";
|
||||
|
||||
# Hyprland
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue