feat: add openvpn and zbar

This commit is contained in:
Glen Goodwin 2023-12-29 19:26:11 -05:00
parent 17caff77b7
commit 96d91515db
3 changed files with 5 additions and 1 deletions

View file

@ -97,7 +97,9 @@
# Add stuff for your user as you see fit: # Add stuff for your user as you see fit:
# programs.neovim.enable = true; # programs.neovim.enable = true;
# home.packages = with pkgs; [ steam ]; home.packages = with pkgs; [
openvpn
];
# Enable home-manager and git # Enable home-manager and git
programs.home-manager.enable = true; programs.home-manager.enable = true;

View file

@ -7,5 +7,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
tessen tessen
zbar
]; ];
} }

View file

@ -36,6 +36,7 @@
ssh = "TERM=xterm ssh"; # Fixes some issues with ssh on some terminals ssh = "TERM=xterm ssh"; # Fixes some issues with ssh on some terminals
wget = "wget -c"; wget = "wget -c";
ping = "ping -c 5"; ping = "ping -c 5";
ftp = "ftp -p";
# Misc alieses I use often # Misc alieses I use often