From af592442d867453c756f1a3b8f60393f57c6d4d7 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 15 Mar 2024 21:56:40 +0100 Subject: [PATCH] override aliases --- hosts/server/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server/home.nix b/hosts/server/home.nix index 2c53f17..305af30 100644 --- a/hosts/server/home.nix +++ b/hosts/server/home.nix @@ -45,6 +45,10 @@ rustup ]; + programs.zsh.shellAliases = { + utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server"; + update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server"; + }; # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'.