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

View file

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