Switch back to fish

This commit is contained in:
Nathan McCarty 2025-02-08 01:18:13 -05:00
parent 6000ad78a9
commit bbc4054f6b
6 changed files with 4 additions and 1043 deletions

View file

@ -45,10 +45,6 @@
nixpkgs.config.allowUnfree = true;
# Machine specific configuration
programs.nushell.environmentVariables = {
VISUAL = "nvim";
EDITOR = "nvim";
};
}
)
];