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