From 7ac8d51e85a5a8b4b62cda1e537a2b4a852d3a84 Mon Sep 17 00:00:00 2001 From: get Date: Thu, 11 Apr 2024 22:16:07 +0200 Subject: [PATCH] lars update command fix --- modules/cli/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index f45deaf..87ba1bd 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -40,7 +40,7 @@ in { cd = "z"; nv = "nvim"; #TODO fix hardcoding of git repo path and profile name - update = "sudo -p 'password: ' echo 'Your daughter is just a fork of your wife.' && sudo nixos-rebuild switch --flake \"$HOME/Git/nichts#${username}\" --log-format internal-json |& nom --json"; + update = "sudo -p 'password: ' echo 'Your daughter is just a fork of your wife.' && sudo nixos-rebuild switch --flake \"$HOME/nichts#${config.myOptions.other.system.hostname}\" --log-format internal-json |& nom --json"; } // cfg.extraAliases; initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";