From efccb5113d7675022589cc786b9d2c0751b04e5e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 20 Oct 2023 16:40:38 +0300 Subject: [PATCH] Delete hacky Starship options --- machines/asus/nushell/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/machines/asus/nushell/default.nix b/machines/asus/nushell/default.nix index 2ba5a9e..c7750f6 100644 --- a/machines/asus/nushell/default.nix +++ b/machines/asus/nushell/default.nix @@ -5,12 +5,7 @@ }) (homeConfiguration "nixos" { - programs.starship = enabled { - settings.character = { - success_symbol = ""; - error_symbol = ""; - }; - }; + program.starship = enabled {}; programs.nushell = enabled { configFile.source = ./configuration.nu;