[vifm] Move into user

This commit is contained in:
Tibo De Peuter 2023-10-18 17:21:17 +02:00
parent e958f212e9
commit 2b6dc708e8
3 changed files with 24 additions and 27 deletions

View file

@ -4,7 +4,6 @@
./sops
./ssh
./tea
./vifm
./vim
];
}

View file

@ -1,22 +0,0 @@
{ config, lib, pkgs, ... }:
{
home-manager.users.tdpeuter.home = {
packages = with pkgs; [
vifm
chafa # Terminal image previewer
glow # Terminal Markdown renderer
font-awesome_5
];
# Put files separately so history still works
file = {
".config/vifm/colors".source = ../../../../stow/vifm/.config/vifm/colors;
".config/vifm/scripts".source = ../../../../stow/vifm/.config/vifm/scripts;
".config/vifm/vifmrc".source = ../../../../stow/vifm/.config/vifm/vifmrc;
};
};
}