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 = {
home.packages = with pkgs; [
black
devenv
direnv
go
gopls
gotools
@ -17,6 +19,7 @@
roboto-mono
silver-searcher
shellcheck
starship
(nerdfonts.override { fonts = [ "RobotoMono" ]; })
];
fonts.fontconfig.enable = true;