added anyrun config

This commit is contained in:
Charlie Root 2024-05-05 22:12:18 +02:00
commit 0022cf7d50
13 changed files with 242 additions and 122 deletions

View file

@ -55,7 +55,7 @@ in {
cd = "z";
v = "nvim";
e = "emacs";
update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json |& nom --json";
update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\"";
flake = "cd '${gitPath}'";
} // cfg.extraAliases;
};