Add config files to home manager
Including Alacritty, Vifm, Vim and Zellij
This commit is contained in:
parent
4722e8c15a
commit
878656d2ec
1 changed files with 10 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
|||
zathura
|
||||
zellij
|
||||
zenith
|
||||
zoom-us
|
||||
|
||||
# Webdevelopment
|
||||
jetbrains.webstorm
|
||||
|
@ -47,6 +48,14 @@
|
|||
android-studio
|
||||
];
|
||||
|
||||
file = {
|
||||
".config/alacritty".source = ../../../stow/alacritty/.config/alacritty;
|
||||
".config/vifm".source = ../../../stow/vifm/.config/vifm;
|
||||
".vim".source = ../../../stow/vim/.vim;
|
||||
".vimrc".source = ../../../stow/vim/.vimrc;
|
||||
".config/zellij".source = ../../../stow/zellij/.config/zellij;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue