From fa78f5f7cd58065fc8066b0f9b96bd8708dc8f7d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 26 Jun 2024 18:02:35 +0200 Subject: nice prompt --- common.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'common.nix') 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; -- cgit v1.2.3