updates
This commit is contained in:
parent
dd60fce00f
commit
fdd9dd20ae
14 changed files with 544 additions and 204 deletions
7
modules/home/apps/helpers/waybar/mullvad-menu.nix
Normal file
7
modules/home/apps/helpers/waybar/mullvad-menu.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs}: let
|
||||
script = ./mullvad-menu.sh;
|
||||
in
|
||||
pkgs.writeScriptBin "mullvad-menu" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
exec ${pkgs.bash}/bin/bash ${script}
|
||||
''
|
||||
Loading…
Add table
Add a link
Reference in a new issue