Add vifm program and dependencies
This commit is contained in:
parent
9f99fabe5a
commit
d1423bfe00
4 changed files with 366 additions and 0 deletions
10
home-manager/cli/vifm/default.nix
Normal file
10
home-manager/cli/vifm/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
vifm
|
||||
chafa
|
||||
];
|
||||
|
||||
home.file.".config/vifm/vifmrc".source = ./files/vifmrc;
|
||||
home.file.".config/vifm/colors/base16-default-dark.vifm".source = ./files/base16-default-dark.vifm;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue