flake
This commit is contained in:
parent
709ea8576c
commit
b3e35a643c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue