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";
};
};
}

View file

@ -40,7 +40,7 @@ in
XDG_SESSION_TYPE = "wayland";
GDK_BACKEND = "wayland,x11,*";
QT_QPA_PLATFORM = "wayland;xcb";
QT_QPA_PLATFORMTHEME = lib.mkForce "qt5ct";
#QT_QPA_PLATFORMTHEME = lib.mkForce "qt5ct";
QT_AUTO_SCREEN_SCALE_FACTOR = "1.25";
QT_WAYLAND_DISABLE_WINDOWDECORATION = 1;
CLUTTER_BACKEND = "wayland";
@ -513,8 +513,7 @@ in
wev
grim
slurp
libsForQt5.qt5.qtwayland
qt6.qtwayland
kdePackages.qtwayland
xdg-utils
wlsunset
hyprshade

View file

@ -109,13 +109,13 @@ in
".config/qt5ct/qt5ct.conf".text = pkgs.lib.mkBefore (builtins.readFile ./qt5ct.conf);
};
home.packages = with pkgs; [
libsForQt5.qt5ct pkgs.libsForQt5.breeze-qt5 libsForQt5.breeze-icons pkgs.noto-fonts-monochrome-emoji
kdePackages.breeze kdePackages.breeze-icons pkgs.noto-fonts-monochrome-emoji
];
qt = {
enable = true;
style.package = pkgs.libsForQt5.breeze-qt5;
#enable = true;
style.package = pkgs.kdePackages.breeze;
style.name = "breeze-dark";
platformTheme = "kde";
platformTheme.name = "kde";
};
fonts.fontconfig.defaultFonts = {