1
Fork 0

Make bootstrapping devshell work

This commit is contained in:
Matei Adriel 2023-12-10 23:53:19 +01:00
parent 1dd0a5e0ca
commit d93cb11e2f
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -155,7 +155,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
args = { inherit pkgs; } // specialArgs system; args = { inherit pkgs; } // specialArgs system;
in in
./devshells args); import ./devshells args);
# }}} # }}}
# {{{ Overlays and modules # {{{ Overlays and modules
# Custom packages and modifications, exported as overlays # Custom packages and modifications, exported as overlays

View file

@ -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 = [ satellite.persistence.at.state.apps.fish.directories = [
"${config.xdg.dataHome}/fish" "${config.xdg.dataHome}/fish"
"${config.xdg.dataHome}/z" # The z fish plugin "${config.xdg.dataHome}/z" # The z fish plugin