Enable qt support in stylix, cleaned up comments and made stylix manage niri colors

This commit is contained in:
2026-06-02 12:24:39 +02:00
parent ca285c92f7
commit f94f6e63b1
2 changed files with 12 additions and 6 deletions

View File

@ -15,9 +15,15 @@
stylix = {
enable = true;
autoEnable = false; #So I can choose my programs it targets myself!
#image = ../../other/wallpaper2.png;
#autoEnable = true; #Auto generate theme based on wallpaper
#image = "${inputs.cookiez-assets}/wallpapers/beach-forest.png";
#polarity = "dark"; # "dark" or "light"
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
#override = {
# base05 = "e0e0e0"; # default text — light grey (no # prefix!)
# base04 = "b0b0b0"; # secondary/muted text
# base06 = "f5f5f5"; # lighter text variant
#};
opacity = {
desktop = 0.5;
terminal = 0.9;
@ -43,7 +49,7 @@
plymouth.logoAnimated = true;
console.enable = true; #Default console without desktop environment! (NOT KITTY!)
grub.enable = false;
#qt.enable = false;
qt.enable = true;
};
};
}

View File

@ -5,6 +5,7 @@
...
}: {
imports = [
inputs.niri.homeModules.stylix
];
services = {
@ -18,8 +19,7 @@
# colorTheme.enable = true;
# profileNames = ["${username}"];
#};
qt.enable = false;
qt.platform = "kde";
niri.enable = true;
#kde.enable = false;
};
};