1

feat: nushell as default

This commit is contained in:
Himadri Bhattacharjee
2025-05-02 11:10:26 +05:30
parent de95619341
commit 4a27355c8a

View File

@@ -112,7 +112,7 @@
signal-desktop-bin
tesseract
];
shell = pkgs.fish;
shell = pkgs.nushell;
};
programs.fish.enable = true;