chore: remove unused pkgs

This commit is contained in:
notohh 2023-03-19 15:18:49 -04:00
parent 45bb61f0cc
commit 5cc8984be6
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 8 deletions

View file

@ -59,7 +59,6 @@
description = "oh";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
neofetch
hugo
yt-dlp
];
@ -72,9 +71,6 @@
docker-compose
wget
python3Full
python3.pkgs.pip
git
gh
nfs-utils
];

View file

@ -52,11 +52,7 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
helix
wget
git
gh
lazygit
nfs-utils
pinentry-curses
];