add nordvpn back to nordvpn-rofi
This commit is contained in:
parent
0f9be571ed
commit
60348be70c
|
|
@ -1,8 +1,8 @@
|
||||||
{writeShellApplication, dotfiles, bash, jq, rofi, coreutils, ...}:
|
{writeShellApplication, dotfiles, bash, jq, rofi, nordvpn, coreutils, ...}:
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "nordvpn-rofi";
|
name = "nordvpn-rofi";
|
||||||
|
|
||||||
runtimeInputs = [ jq rofi coreutils bash ];
|
runtimeInputs = [ jq rofi nordvpn coreutils bash ];
|
||||||
|
|
||||||
# shellcheck errors or warnings that should be ignored:
|
# shellcheck errors or warnings that should be ignored:
|
||||||
excludeShellChecks = [
|
excludeShellChecks = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue