From 9684635e0c15ac04232368a771c52464bc67f8bf Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 25 Nov 2023 17:05:15 +0100 Subject: [PATCH] add starship config --- programs/starship.nix | 13 +++++++++++++ systems/desktop.nix | 2 -- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 programs/starship.nix 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