cleanup(hm): remove pv

This commit is contained in:
Filippo Berto 2025-10-16 17:59:17 +02:00
parent 79138d965d
commit 2d142e13eb
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -4,23 +4,19 @@
../direnv.nix ../direnv.nix
../fzf.nix ../fzf.nix
../helix.nix
../info.nix ../info.nix
../man.nix ../man.nix
../starship.nix ../starship.nix
../tmux.nix ../tmux.nix
../yazi.nix ../yazi.nix
../helix.nix
]; ];
home = { home = {
language.base = "it_IT.UTF-8"; language.base = "it_IT.UTF-8";
packages = builtins.attrValues { packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs) fastfetch;
fastfetch
pv
;
}; };
}; };
} }