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 ];