Updated system

This commit is contained in:
Emmet 2025-08-28 21:56:23 -05:00
parent c94dcbff29
commit 5684e1b560
5 changed files with 49 additions and 53 deletions

View file

@ -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 = {

View file

@ -50,7 +50,7 @@ in
stylix.targets.console.enable = true;
environment.sessionVariables = {
QT_QPA_PLATFORMTHEME = "qt5ct";
#QT_QPA_PLATFORMTHEME = "qt5ct";
};
};
}