From f3a9a781466597d3bd4782aa4c027870c47466b8 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 20 Sep 2023 22:26:22 -0400 Subject: [PATCH] Added nixup alias for NixOS --- modules/home-manager/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/nixos.nix b/modules/home-manager/nixos.nix index b47238b..3822e4e 100644 --- a/modules/home-manager/nixos.nix +++ b/modules/home-manager/nixos.nix @@ -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";