Move fish config to shared

This commit is contained in:
2024-07-15 12:16:09 -05:00
parent eda64c4482
commit b08d50f4c2
7 changed files with 73 additions and 14 deletions

View File

@@ -20,6 +20,7 @@
home.file.".config/nvim".source = ../shared/dotfiles/nvim;
home.file.".tmux.conf".source = ../shared/dotfiles/tmux;
home.file.".config/fish/config.fish".source = ../shared/dotfiles/fish/cli-config.fish;
programs.home-manager.enable = true;