From 2d142e13eb3d68deed302c7fb91bb418fb75a189 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 16 Oct 2025 17:59:17 +0200 Subject: [PATCH] cleanup(hm): remove pv --- hm/combined/basics.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hm/combined/basics.nix b/hm/combined/basics.nix index 8f1dee4..e0de9f6 100644 --- a/hm/combined/basics.nix +++ b/hm/combined/basics.nix @@ -4,23 +4,19 @@ ../direnv.nix ../fzf.nix + ../helix.nix ../info.nix ../man.nix ../starship.nix ../tmux.nix ../yazi.nix - ../helix.nix ]; home = { language.base = "it_IT.UTF-8"; packages = builtins.attrValues { - inherit (pkgs) - fastfetch - pv - ; + inherit (pkgs) fastfetch; }; }; - }