diff --git a/programs/starship.nix b/programs/starship.nix new file mode 100644 index 0000000..25588bc --- /dev/null +++ b/programs/starship.nix @@ -0,0 +1,13 @@ +{ + hm.programs.starship = { + enable = true; + settings = { + add_newline = false; + + directory = { + truncation_length = 3; + truncation_symbol = "…/"; + }; + }; + }; +} \ No newline at end of file diff --git a/systems/desktop.nix b/systems/desktop.nix index c52905a..30e5282 100644 --- a/systems/desktop.nix +++ b/systems/desktop.nix @@ -123,8 +123,6 @@ in { inherit (pkgs.stdenv.hostPlatform) system; in [ firefox - chezmoi - starship font-manager polkit_gnome nwg-look