lars update command fix
This commit is contained in:
parent
b59598fd6c
commit
48711dc141
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in {
|
||||||
cd = "z";
|
cd = "z";
|
||||||
nv = "nvim";
|
nv = "nvim";
|
||||||
#TODO fix hardcoding of git repo path and profile name
|
#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;
|
} // cfg.extraAliases;
|
||||||
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue