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
../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;
};
};
}