Commit for generation 90

This commit is contained in:
2024-09-25 16:48:12 -04:00
parent 5a441cc14a
commit 80ae67c01d
8 changed files with 118 additions and 72 deletions

View File

@@ -10,6 +10,7 @@
BROWSER = "/nixbin/firefox";
STARSHIP_CONFIG = /home/pagedmov/.config/starship/starship.toml;
FZF_DEFAULT_COMMAND = "find $HOME \( -path \"$HOME/.steam\" -o -path \"$HOME/.mozilla\" -o -path \"$HOME/go\" \) -prune -o -type f -print";
GIT_TOKEN = "$(cat supersecret/git-token)";
};
shellAliases = {