fix(dotfiles): Overwrite default NixOS fish config
NixOS by default adds some fish-config setup that I don't think I want, but it's a bit unclear what the goal of it is. I've overwritten it now and things still work fine!
This commit is contained in:
parent
b67fca345a
commit
d7ae1b70d3
2 changed files with 1 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ in {
|
|||
environment.etc = {
|
||||
"i3/config".source = "${dotfiles}/i3.conf";
|
||||
"tmux.conf".source = "${dotfiles}/tmux.conf";
|
||||
"fish/foreign-env/tazjin".source = "${dotfiles}/config.fish";
|
||||
"fish/config.fish".source = "${dotfiles}/config.fish";
|
||||
"rofi.conf".source = "${dotfiles}/rofi.conf";
|
||||
"alacritty.yml".source = "${dotfiles}/alacritty.yml";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue