mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #293 from genebean/nixup_nixos
Added nixup alias for NixOS
This commit is contained in:
commit
016e5f1718
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
programs = {
|
||||
# Linux-specific aliases
|
||||
zsh.shellAliases = {
|
||||
nixup = "sudo nixos-rebuild switch --flake ~/repos/dots";
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue