diff --git a/common.nix b/common.nix index 35050f6..0f6df77 100644 --- a/common.nix +++ b/common.nix @@ -335,6 +335,7 @@ in nixos-install-tools nmap nvme-cli + oh-my-posh okteta pkgs.kdePackages.okular p7zip @@ -343,7 +344,6 @@ in pdftk procs pulseaudio - pure-prompt pwgen qmk ripgrep @@ -587,9 +587,6 @@ in history.share = false; syntaxHighlighting.enable = true; - # use pure prompt - initExtra = "prompt pure"; - # aliases shellAliases = { # system build/update/cleanup @@ -615,6 +612,12 @@ in }; }; + # nice prompt + programs.oh-my-posh = { + enable = true; + useTheme = "slim"; + }; + # nice cd programs.zoxide = { enable = true;