cleanup(hm): remove pv
This commit is contained in:
parent
79138d965d
commit
2d142e13eb
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue