Skip to content

Commit 4e89837

Browse files
committed
alacritty-theme: don't litter /
Moves the output files from $out/ to $out/share/alacritty-theme/ Without this, ~/.nix-profile/ is filled with alacritty-theme files when using alacritty-theme from home-manager.
1 parent c79c52d commit 4e89837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/al/alacritty-theme/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (self: {
2525
sourceRoot = "${self.src.name}/themes";
2626
installPhase = ''
2727
runHook preInstall
28-
install -Dt $out *.toml
28+
install -Dt $out/share/alacritty-theme *.toml
2929
runHook postInstall
3030
'';
3131

0 commit comments

Comments
 (0)