145 current 2024-03-06 12:04:40 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
350b0b2b6e
commit
c65051f1ec
1 changed files with 6 additions and 0 deletions
|
|
@ -108,6 +108,12 @@
|
||||||
git push origin main
|
git push origin main
|
||||||
popd
|
popd
|
||||||
'')
|
'')
|
||||||
|
(pkgs.writeShellScriptBin "work" ''
|
||||||
|
#!${pkgs.bash}/bin/bash
|
||||||
|
cd work/
|
||||||
|
nix shell nixpkgs#openvpn
|
||||||
|
openvpn zack_myers.ovpn
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue