enable direnv
This commit is contained in:
parent
46d7f6cfc1
commit
adffeee6fe
|
@ -74,6 +74,7 @@ in {
|
||||||
rustup
|
rustup
|
||||||
# cargo
|
# cargo
|
||||||
# cargo-edit
|
# cargo-edit
|
||||||
|
# cargo-feature
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
gcc
|
gcc
|
||||||
nixfmt
|
nixfmt
|
||||||
|
@ -112,6 +113,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
programs.direnv.enable = true;
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
|
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
|
||||||
".local/share/backgrounds".source = ./backgrounds;
|
".local/share/backgrounds".source = ./backgrounds;
|
||||||
|
|
Loading…
Reference in a new issue