diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 34c16d4..ae7d5da 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -47,6 +47,12 @@ style = "bg:#1d2230"; format = "[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)"; }; + nix_shell = { + disabled = false; + symbol = "❄️ "; + style = "bold blue"; + }; + }; }; users.defaultUserShell = pkgs.zsh;