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