Add devenv, direnv and starship
This commit is contained in:
parent
f7cce9835e
commit
cf846e1d2c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user