feat: change nixvim toggleterm to use fish as shell

This commit is contained in:
Zhongheng Liu 2024-08-11 20:28:38 +08:00
commit dbba4a63e0
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
config,
...
}: {
imports = [
./auto-pairs.nix
./autosave.nix