hydra-check, jq (used by some stuff), remove gcc and gnumake (why did i have them?)
This commit is contained in:
parent
d8ca43db89
commit
05d3224336
@ -25,6 +25,7 @@ in
|
|||||||
exa
|
exa
|
||||||
ripgrep
|
ripgrep
|
||||||
curl
|
curl
|
||||||
|
jq
|
||||||
git
|
git
|
||||||
gptfdisk
|
gptfdisk
|
||||||
iputils
|
iputils
|
||||||
@ -37,6 +38,7 @@ in
|
|||||||
amber
|
amber
|
||||||
unzip
|
unzip
|
||||||
grit
|
grit
|
||||||
|
hydra-check
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./editor ];
|
imports = [ ./editor ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ git gcc tokei gnumake ];
|
environment.systemPackages = with pkgs; [ git tokei ];
|
||||||
|
|
||||||
documentation.dev.enable = true;
|
documentation.dev.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user