Home Gen522 @ 2025-05-04-00:41 by jonas@comfy-station
This commit is contained in:
parent
bd568701fc
commit
58aaaa54a7
@ -18,17 +18,13 @@ in {
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use kvantum-theme
|
|
||||||
# home.sessionVariables = {
|
|
||||||
# QT_STYLE_OVERRIDE = "kvantum";
|
|
||||||
# };
|
|
||||||
|
|
||||||
# provide kvantum and nord theme
|
# provide kvantum and nord theme
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.layan-kde
|
|
||||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||||
pkgs.tela-circle-icon-theme
|
pkgs.layan-kde
|
||||||
pkgs.nordzy-cursor-theme
|
pkgs.nordzy-cursor-theme
|
||||||
|
pkgs.qt6ct
|
||||||
|
pkgs.tela-circle-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.konsole = {
|
programs.konsole = {
|
||||||
@ -47,8 +43,11 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# use kvantum theme
|
# use kvantum theme
|
||||||
qt.enable = false;
|
qt.enable = true;
|
||||||
qt.style.name = "Layan";
|
qt.style.name = "kvantum";
|
||||||
|
home.sessionVariables = {
|
||||||
|
QT_STYLE_OVERRIDE = "kvantum";
|
||||||
|
};
|
||||||
|
|
||||||
# add nord like gtk theme
|
# add nord like gtk theme
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user