lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

alacritty-theme: don't litter / (#373314)

authored by

Sandro and committed by
GitHub
1e8c9110 10b93e45

+1 -1
+1 -1
pkgs/by-name/al/alacritty-theme/package.nix
··· 25 25 sourceRoot = "${self.src.name}/themes"; 26 26 installPhase = '' 27 27 runHook preInstall 28 - install -Dt $out *.toml 28 + install -Dt $out/share/alacritty-theme *.toml 29 29 runHook postInstall 30 30 ''; 31 31