nice prompt
This commit is contained in:
parent
4104b8e0a6
commit
fa78f5f7cd
11
common.nix
11
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;
|
||||
|
|
Loading…
Reference in a new issue