From b0ce8a8e58b11efc7b45b0d8623a30c8d15d6d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 31 Mar 2024 16:11:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20(home)=20remove=20(unused)=20starsh?= =?UTF-8?q?ip=20prompt=20shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/starship.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 home/shell/starship.nix diff --git a/home/shell/starship.nix b/home/shell/starship.nix deleted file mode 100644 index 0c1f358..0000000 --- a/home/shell/starship.nix +++ /dev/null @@ -1,15 +0,0 @@ -{lib, ...}: { - programs.starship = { - enable = true; - enableZshIntegration = true; - - settings = { - format = lib.concatStrings [ - "$line_break" - "$package" - "$line_break" - "$character" - ]; - }; - }; -}