Make bootstrapping devshell work
This commit is contained in:
parent
1dd0a5e0ca
commit
d93cb11e2f
2 changed files with 4 additions and 1 deletions
home/features/cli/fish
|
@ -49,6 +49,9 @@
|
|||
# }}}
|
||||
};
|
||||
|
||||
# I sometimes get errors about `grc` being missing, so I gave up and added it here.
|
||||
home.packages = [ pkgs.grc ];
|
||||
|
||||
satellite.persistence.at.state.apps.fish.directories = [
|
||||
"${config.xdg.dataHome}/fish"
|
||||
"${config.xdg.dataHome}/z" # The z fish plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue