From bd535914c0b5e050f9cdacfe1d023a10033064a9 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 28 Aug 2024 19:31:48 +0700 Subject: [PATCH] zsh: uptest alias now moved to nh --- home/programs/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index ef31705..19b542f 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -30,13 +30,11 @@ in shellAliases = { ls = "${pkgs.eza}/bin/eza -lah"; cat = "${pkgs.bat}/bin/bat"; - # update = "sudo nixos-rebuild switch --flake $HOME/dotfiles"; update = "nh os switch"; - # superupdate = "(cd $HOME/dotfiles && nix flake update && sudo nixos-rebuild switch --flake $HOME/dotfiles)"; superupdate = "nh os switch --update"; + uptest = "nh os test"; lg = "${pkgs.lazygit}/bin/lazygit"; du = "${pkgs.dust}/bin/dust"; - uptest = "sudo nixos-rebuild test --flake $HOME/dotfiles"; dry = "sudo nixos-rebuild dry-activate --flake $HOME/dotfiles"; jq = "${pkgs.gojq}/bin/gojq"; n = lib.mkIf config.profile.neovide.enable "neovide";