This commit is contained in:
Oshgnacknak 2025-09-06 20:49:42 +02:00
parent 6157b4b828
commit 34c2e5d894
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -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;