Replace fish with nushell

This commit is contained in:
2026-02-08 08:27:43 +00:00
parent 75bbb322d3
commit cca27aa971
17 changed files with 270 additions and 91 deletions

View File

@@ -1,5 +1,6 @@
{pkgs, ...}: {
programs.fish.enable = true;
environment.shells = [pkgs.nushell];
nixpkgs = {
config = {