direnv via home manager
This commit is contained in:
parent
cf846e1d2c
commit
a8a1c49c75
@ -5,7 +5,6 @@
|
||||
home.packages = with pkgs; [
|
||||
black
|
||||
devenv
|
||||
direnv
|
||||
go
|
||||
gopls
|
||||
gotools
|
||||
@ -19,7 +18,6 @@
|
||||
roboto-mono
|
||||
silver-searcher
|
||||
shellcheck
|
||||
starship
|
||||
(nerdfonts.override { fonts = [ "RobotoMono" ]; })
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
@ -230,6 +228,11 @@
|
||||
miniflux-passwordfile ~/.minifluxpw\n
|
||||
";
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user