sync w/ sarien

This commit is contained in:
unexplrd
2025-02-20 00:03:27 +02:00
parent d5518fec15
commit 898c589004
5 changed files with 11 additions and 5 deletions

View File

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