feat: change nixvim toggleterm to use fish as shell
This commit is contained in:
parent
5fbc081c46
commit
dbba4a63e0
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./auto-pairs.nix
|
./auto-pairs.nix
|
||||||
./autosave.nix
|
./autosave.nix
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
open_mapping = "[[<C-t>]]";
|
open_mapping = "[[<C-t>]]";
|
||||||
|
# FIXME this is weird because the shell option must be manually updated
|
||||||
|
# because I don't understand how .nix files work when imported
|
||||||
|
shell = "fish";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue