nix: package up an overlay for vpngate

This commit is contained in:
Dave Gallant
2021-01-10 19:54:54 -05:00
parent e8776c93cf
commit d0a0fbc213
4 changed files with 35 additions and 4 deletions

View File

@@ -130,7 +130,6 @@
};
initExtra = ''
export GOPATH=~/go
export GPG_TTY=$(tty)
export PATH=$PATH:~/.cargo/bin
export PATH=$PATH:~/.local/bin
@@ -230,6 +229,13 @@
};
};
go = {
enable = true;
goBin = "go/bin";
goPath = "go";
};
tmux = {
enable = true;
clock24 = true;