add more devel packages
This commit is contained in:
parent
2119af2de6
commit
d4701f8b49
2 changed files with 7 additions and 0 deletions
|
@ -13,5 +13,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
comma # nix-shell a package by prefixing it with `,`
|
comma # nix-shell a package by prefixing it with `,`
|
||||||
ripgrep # well, it's grep
|
ripgrep # well, it's grep
|
||||||
|
fastfetch # gotta show system information somehow!
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,10 +12,16 @@
|
||||||
autoconf
|
autoconf
|
||||||
pkg-config
|
pkg-config
|
||||||
bun
|
bun
|
||||||
|
rustup
|
||||||
|
|
||||||
# haskell stuff
|
# haskell stuff
|
||||||
haskell.compiler.ghc910
|
haskell.compiler.ghc910
|
||||||
cabal-install
|
cabal-install
|
||||||
stack
|
stack
|
||||||
|
|
||||||
|
# nix stuff
|
||||||
|
nixpkgs-fmt
|
||||||
|
nix-tree
|
||||||
|
nil
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue