chore: remove unused pkgs
This commit is contained in:
parent
45bb61f0cc
commit
5cc8984be6
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
@ -52,11 +52,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
wget
|
||||
git
|
||||
gh
|
||||
lazygit
|
||||
nfs-utils
|
||||
pinentry-curses
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue