diff --git a/users/modules/desktop.nix b/users/modules/desktop.nix index 8d62aa4..b482894 100644 --- a/users/modules/desktop.nix +++ b/users/modules/desktop.nix @@ -28,6 +28,11 @@ }; }; + ghostty = { + enable = true; + enableFishIntegration = true; + enableBashIntegration = true; + }; password-store = { enable = true; package = pkgs.pass-wayland; diff --git a/users/modules/starship.nix b/users/modules/starship.nix index 1147f48..c836c51 100644 --- a/users/modules/starship.nix +++ b/users/modules/starship.nix @@ -25,7 +25,7 @@ min_time = 500; }; git_branch = { - symbol = " "; + symbol = " "; style = "purple"; }; git_status.style = "red";