flake icon

This commit is contained in:
twoneis 2024-10-08 14:33:21 +02:00
parent 179d5953a1
commit 590d35f66e

View file

@ -92,6 +92,7 @@ in {
]; ];
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [ interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
"pure_enable_nixdevshell true" "pure_enable_nixdevshell true"
"pure_symbol_nixdevshell "
]; ];
shellAbbrs = { shellAbbrs = {
ga = "git add"; ga = "git add";