Broke shell config bits out to OS-specific files

Prior to this, I had conditionals in my shell config
This commit is contained in:
Gene Liverman 2023-09-18 09:25:30 -04:00
parent 28c8818e89
commit 34e2eaa743
4 changed files with 29 additions and 20 deletions

View file

@ -24,6 +24,12 @@
};
programs = {
# Linux-specific aliases
zsh.shellAliases = {
uwgconnect = "nmcli dev wifi connect SecureWest password";
uwgforget = "nmcli connection delete SecureWest";
ykey = "sudo systemctl restart pcscd && sudo pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
};
# Using file in ./files/waybar/ to configure waybar
waybar.enable = true;
};