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;
|
||||
};
|
||||
|
||||
# Use kvantum-theme
|
||||
# home.sessionVariables = {
|
||||
# QT_STYLE_OVERRIDE = "kvantum";
|
||||
# };
|
||||
|
||||
# provide kvantum and nord theme
|
||||
home.packages = [
|
||||
pkgs.layan-kde
|
||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||
pkgs.tela-circle-icon-theme
|
||||
pkgs.layan-kde
|
||||
pkgs.nordzy-cursor-theme
|
||||
pkgs.qt6ct
|
||||
pkgs.tela-circle-icon-theme
|
||||
];
|
||||
|
||||
programs.konsole = {
|
||||
@ -47,8 +43,11 @@ in {
|
||||
};
|
||||
|
||||
# use kvantum theme
|
||||
qt.enable = false;
|
||||
qt.style.name = "Layan";
|
||||
qt.enable = true;
|
||||
qt.style.name = "kvantum";
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
};
|
||||
|
||||
# add nord like gtk theme
|
||||
gtk = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user