This commit is contained in:
Oshgnacknak 2025-09-07 01:39:22 +02:00
parent 709ea8576c
commit b3e35a643c
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -103,7 +103,7 @@
# Link dotfiles without forcing overwrite (fails safely if a file already exists)
home.file.".tmux.conf".source = ./_tmux.conf;
home.file.".config/zshrc".source = ./_zshrc;
home.file.".config/bashrc".source = ./_config/bashrc;
home.file.".config/bashrc".source = ./_bashrc;
home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim";