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
|
||||
ripgrep
|
||||
curl
|
||||
jq
|
||||
git
|
||||
gptfdisk
|
||||
iputils
|
||||
@ -37,6 +38,7 @@ in
|
||||
amber
|
||||
unzip
|
||||
grit
|
||||
hydra-check
|
||||
];
|
||||
|
||||
shellAliases =
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
imports = [ ./editor ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ git gcc tokei gnumake ];
|
||||
environment.systemPackages = with pkgs; [ git tokei ];
|
||||
|
||||
documentation.dev.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user