mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
pop-launcher-plugin-duckduckgo-bangs: move to standard pop-launcher location
This commit is contained in:
parent
8bb03a5c4d
commit
b6010f92a2
@ -15,9 +15,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
# Configuring the plugin.
|
# Configuring the plugin.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/etc/pop-launcher/plugins/bangs
|
install -Dm644 src/plugin.ron -t $out/share/pop-launcher/plugins/bangs
|
||||||
mv $out/bin/* $out/etc/pop-launcher/plugins/bangs
|
mv $out/bin/* $out/share/pop-launcher/plugins/bangs
|
||||||
cp src/plugin.ron $out/etc/pop-launcher/plugins/bangs
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg=";
|
cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg=";
|
||||||
|
Loading…
Reference in New Issue
Block a user