schizofox working & update alias

This commit is contained in:
Charlie Root 2024-04-10 21:37:26 +02:00
commit effb5836b0
3 changed files with 14 additions and 16 deletions

View file

@ -38,8 +38,9 @@ in {
l = "eza -a --icons";
la = "eza -lha --icons --git";
cd = "z";
nv = "nvim";
#TODO fix hardcoding of git repo path and profile name
update = "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/Git/nichts#${username}\" --log-format internal-json |& nom --json";
} // cfg.extraAliases;
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";