cleaned dead config
This commit is contained in:
parent
5bae6c9d0e
commit
4d8cb7e83d
15 changed files with 87 additions and 147 deletions
|
|
@ -1,19 +1,18 @@
|
|||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkg-config
|
||||
ripgrep
|
||||
openssl
|
||||
tree
|
||||
cargo
|
||||
unrar
|
||||
unzip
|
||||
gzip
|
||||
p7zip
|
||||
bzip2
|
||||
dconf2nix
|
||||
rustc
|
||||
bat
|
||||
exa
|
||||
mdbook
|
||||
uutils-coreutils
|
||||
htop
|
||||
zsh
|
||||
|
|
@ -24,5 +23,6 @@
|
|||
direnv #used for development environments
|
||||
python39
|
||||
gcc
|
||||
bottom
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue