Home Gen38 @ 2025-08-17-14:42 by jonas@monolith
This commit is contained in:
parent
d58dca0cfa
commit
f06bae0256
@ -5,7 +5,6 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.hive.themes.layan;
|
cfg = config.hive.themes.layan;
|
||||||
layan-qt6 = pkgs.kdePackages.callPackage ./layan-qt6.nix {};
|
|
||||||
in {
|
in {
|
||||||
options.hive.themes.layan = {
|
options.hive.themes.layan = {
|
||||||
enable = lib.mkEnableOption "Layan theme configuration";
|
enable = lib.mkEnableOption "Layan theme configuration";
|
||||||
@ -13,7 +12,6 @@ in {
|
|||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
layan-qt6
|
|
||||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||||
pkgs.unstable.layan-cursors
|
pkgs.unstable.layan-cursors
|
||||||
pkgs.layan-gtk-theme
|
pkgs.layan-gtk-theme
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user