mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +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 = {
|
||||
|
|
|
@ -50,7 +50,7 @@ in
|
|||
stylix.targets.console.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
#QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue