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";
|
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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue