non important commit

This commit is contained in:
maxstrb 2025-10-20 19:40:38 +02:00
parent 4cbbda0540
commit 57fa305d14

View file

@ -1,4 +1,14 @@
{pkgs, ...}: {
home.sessionVariables = {
QT_QPA_PLATFORMTHEME = "kvantum";
QT_STYLE_OVERRIDE = "kvantum";
};
home.packages = with pkgs; [
qt5ct
qt6ct
];
stylix = {
enable = true;
overlays.enable = false;
@ -34,6 +44,7 @@
targets = {
nvf.enable = false;
hyprpanel.enable = false;
kde.enable = true;
};
cursor = {
@ -71,6 +82,15 @@
image = ../../assets/shadow_dark.png;
};
qt = {
enable = true;
platformTheme = "qtct";
style = {
name = "kvantum";
package = pkgs.libsForQt5.qtstyleplugin-kvantum;
};
};
gtk = {
enable = true;
iconTheme = {