Add devenv, direnv and starship

This commit is contained in:
Johannes Rothe 2024-10-08 08:15:34 +02:00
parent f7cce9835e
commit cf846e1d2c

View File

@ -4,6 +4,8 @@
config = { config = {
home.packages = with pkgs; [ home.packages = with pkgs; [
black black
devenv
direnv
go go
gopls gopls
gotools gotools
@ -17,6 +19,7 @@
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;