flake
This commit is contained in:
parent
6157b4b828
commit
34c2e5d894
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
||||||
# (fails safely if a file already exists)
|
# (fails safely if a file already exists)
|
||||||
home.file.".tmux.conf".source = ./_tmux.conf;
|
home.file.".tmux.conf".source = ./_tmux.conf;
|
||||||
|
|
||||||
|
home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim";
|
||||||
|
sha256 = "c2d8998469a049a51225a71128a12917b379822d16b639493e29ea02d8787306";
|
||||||
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim" = {
|
xdg.configFile."nvim" = {
|
||||||
source = ./_config/nvim;
|
source = ./_config/nvim;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue