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.
This commit is contained in:
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (self: {
|
||||
sourceRoot = "${self.src.name}/themes";
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dt $out *.toml
|
||||
install -Dt $out/share/alacritty-theme *.toml
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user