This commit is contained in:
unexplrd
2025-02-19 21:15:09 +02:00
parent 267b293b0b
commit 2380f7be67
5 changed files with 60 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{pkgs, ...}: {
shell = {
nushell.enable = true;
fish.enable = true;
nushell.enable = false;
oh-my-posh.enable = true;
};