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 {
|
in {
|
||||||
options.hive.themes.layan = {
|
options.hive.themes.layan = {
|
||||||
enable = lib.mkEnableOption "Layan theme configuration";
|
enable = lib.mkEnableOption "Layan theme configuration";
|
||||||
kvantum = lib.mkEnableOption "Kvantum theme variant of layan";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# provide kvantum and nord theme
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||||
pkgs.layan-kde
|
pkgs.layan-kde
|
||||||
@ -22,12 +20,8 @@ in {
|
|||||||
pkgs.tela-circle-icon-theme
|
pkgs.tela-circle-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# use kvantum theme
|
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
qt.style.name = "kvantum";
|
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