add starship config

This commit is contained in:
uku 2023-11-25 17:05:15 +01:00
parent 7c607c805f
commit 9684635e0c
Signed by: uku
GPG key ID: 7D01D7B105E77166
2 changed files with 13 additions and 2 deletions

13
programs/starship.nix Normal file
View file

@ -0,0 +1,13 @@
{
hm.programs.starship = {
enable = true;
settings = {
add_newline = false;
directory = {
truncation_length = 3;
truncation_symbol = "/";
};
};
};
}

View file

@ -123,8 +123,6 @@ in {
inherit (pkgs.stdenv.hostPlatform) system;
in [
firefox
chezmoi
starship
font-manager
polkit_gnome
nwg-look