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
|
nixos-install-tools
|
||||||
nmap
|
nmap
|
||||||
nvme-cli
|
nvme-cli
|
||||||
|
oh-my-posh
|
||||||
okteta
|
okteta
|
||||||
pkgs.kdePackages.okular
|
pkgs.kdePackages.okular
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -343,7 +344,6 @@ in
|
||||||
pdftk
|
pdftk
|
||||||
procs
|
procs
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pure-prompt
|
|
||||||
pwgen
|
pwgen
|
||||||
qmk
|
qmk
|
||||||
ripgrep
|
ripgrep
|
||||||
|
@ -587,9 +587,6 @@ in
|
||||||
history.share = false;
|
history.share = false;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
# use pure prompt
|
|
||||||
initExtra = "prompt pure";
|
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# system build/update/cleanup
|
# system build/update/cleanup
|
||||||
|
@ -615,6 +612,12 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# nice prompt
|
||||||
|
programs.oh-my-posh = {
|
||||||
|
enable = true;
|
||||||
|
useTheme = "slim";
|
||||||
|
};
|
||||||
|
|
||||||
# nice cd
|
# nice cd
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue