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
|
../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
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue