Add vifm module
This commit is contained in:
parent
817ef563cb
commit
b2f76661ba
1 changed files with 14 additions and 0 deletions
14
nixos/modules/utils/vifm/default.nix
Normal file
14
nixos/modules/utils/vifm/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
vifm
|
||||||
|
font-awesome_5
|
||||||
|
];
|
||||||
|
|
||||||
|
file = {
|
||||||
|
".config/vifm".source = ../../../../stow/vifm/.config/vifm;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue