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,7 +39,8 @@
|
||||||
zathura
|
zathura
|
||||||
zellij
|
zellij
|
||||||
zenith
|
zenith
|
||||||
|
zoom-us
|
||||||
|
|
||||||
# Webdevelopment
|
# Webdevelopment
|
||||||
jetbrains.webstorm
|
jetbrains.webstorm
|
||||||
|
|
||||||
|
@ -47,6 +48,14 @@
|
||||||
android-studio
|
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 = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue