Add alias to quickly go into system flake directory
This commit is contained in:
parent
4ab7ddb2c4
commit
23b0576fd2
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ in {
|
|||
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 \"${gitPath}#${hostname}\" --log-format internal-json |& nom --json";
|
||||
flake = "cd '${gitPath}'";
|
||||
|
||||
} // cfg.extraAliases;
|
||||
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue