From 5cc8984be69a08396fc00e56bc4396d27ace040d Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 19 Mar 2023 15:18:49 -0400 Subject: [PATCH] chore: remove unused pkgs --- hosts/hime/default.nix | 4 ---- hosts/sutakku/default.nix | 4 ---- 2 files changed, 8 deletions(-) diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index 3a8a910..abb0baf 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -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 ]; diff --git a/hosts/sutakku/default.nix b/hosts/sutakku/default.nix index 6426a07..8440582 100644 --- a/hosts/sutakku/default.nix +++ b/hosts/sutakku/default.nix @@ -52,11 +52,7 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - helix wget - git - gh - lazygit nfs-utils pinentry-curses ];