Eww Overlay
Some checks failed
Nix Build / build-nixos (push) Has been cancelled

This commit is contained in:
soraefir
2024-04-13 09:32:22 +02:00
parent e4b93499b9
commit 177c26e41d
12 changed files with 171 additions and 28 deletions

View File

@ -15,9 +15,9 @@ in pkgs.stdenv.mkDerivation rec {
sha256 = "sha256-m7xh/1uIDh2BM0hTPA5QymXQt6yV7mM7Ivg5VaF2PvM=";
};
nativeBuildInputs = with pkgs;[ gtk3 sassc ];
buildInputs = with pkgs;[ gnome-themes-extra ];
propagatedUserEnvPkgs = with pkgs;[ gtk-engine-murrine ];
nativeBuildInputs = with pkgs; [ gtk3 sassc ];
buildInputs = with pkgs; [ gnome-themes-extra ];
propagatedUserEnvPkgs = with pkgs; [ gtk-engine-murrine ];
preInstall = ''
mkdir -p $out/share/themes
@ -94,5 +94,4 @@ in pkgs.stdenv.mkDerivation rec {
runHook postInstall
'';
}