Home Gen38 @ 2025-08-17-14:42 by jonas@monolith
This commit is contained in:
parent
6aeadc9d08
commit
c0d31fe220
@ -3,7 +3,9 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
kdePackages,
|
||||
kdeclarative,
|
||||
libplasma,
|
||||
plasma-workspace,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "layan-kde";
|
||||
@ -17,10 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Propagate sddm theme dependencies to user env otherwise sddm does
|
||||
# not find them. Putting them in buildInputs is not enough.
|
||||
propagatedUserEnvPkgs = with kdePackages; [
|
||||
kdeclarative
|
||||
libplasma
|
||||
plasma-workspace
|
||||
propagatedUserEnvPkgs = [
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@ -13,7 +13,7 @@ in {
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
# layan-qt6
|
||||
layan-qt6
|
||||
pkgs.kdePackages.qtstyleplugin-kvantum
|
||||
pkgs.unstable.layan-cursors
|
||||
pkgs.layan-gtk-theme
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user