diff --git a/apps/nushell.nix b/apps/nushell.nix index 60845ab2001b297ca9a59da8687e148620dff5f3..99c5f26ee54a25306c1dc3f20dcce90a541eda8f 100644 --- a/apps/nushell.nix +++ b/apps/nushell.nix @@ -10,8 +10,6 @@ df = "duf"; du = "dust -b -d 1"; ll = "ls -al"; {pkgs, ...}: { - programs.nushell = { -{pkgs, ...}: { enable = true; extraConfig = '' use ${pkgs.nu_scripts}/share/nu_scripts/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu * diff --git a/apps/ohmyposh/config.json b/apps/ohmyposh/config.json index 3ce79215fa40369d83026d47a29143e75f90b386..865c81505105e8444615f6c30e89792b872f8e5c 100644 --- a/apps/ohmyposh/config.json +++ b/apps/ohmyposh/config.json @@ -12,7 +12,7 @@ "properties": { "display_host": false }, "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ if .Env.IN_NIX_SHELL }}\udb84\udd05 {{ end }}{{ .UserName }}@{{ .HostName }} ", + "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} ", "trailing_diamond": "\ue0b0", "type": "session" },