back to starship
This commit is contained in:
parent
bef99ee68b
commit
5089ff7c89
2 changed files with 1 additions and 3 deletions
|
@ -344,7 +344,6 @@ 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
|
||||||
|
|
3
home.nix
3
home.nix
|
@ -55,9 +55,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# nice prompt
|
# nice prompt
|
||||||
programs.oh-my-posh = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useTheme = "unicorn";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# nice cd
|
# nice cd
|
||||||
|
|
Loading…
Add table
Reference in a new issue