Home Gen524 @ 2025-05-04-01:01 by jonas@comfy-station
This commit is contained in:
parent
d9ce45b039
commit
f936dff1e5
@ -8,11 +8,9 @@
|
||||
in {
|
||||
options.hive.themes.layan = {
|
||||
enable = lib.mkEnableOption "Layan theme configuration";
|
||||
kvantum = lib.mkEnableOption "Kvantum theme variant of layan";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# provide kvantum and nord theme
|
||||
home.packages = [
|
||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||
pkgs.layan-kde
|
||||
@ -22,12 +20,8 @@ in {
|
||||
pkgs.tela-circle-icon-theme
|
||||
];
|
||||
|
||||
# use kvantum theme
|
||||
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