cleaned dead config

This commit is contained in:
Steven 2023-08-02 06:01:26 -04:00
parent 5bae6c9d0e
commit 4d8cb7e83d
15 changed files with 87 additions and 147 deletions

View file

@ -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
];
}