non important commit
This commit is contained in:
parent
4cbbda0540
commit
57fa305d14
1 changed files with 20 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue