From 1bc14bae31d9db1df4660a695575dc81897da0a5 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Thu, 17 Oct 2024 20:55:19 -0400 Subject: [PATCH] warp + starship --- home/alex.nix | 6 ++++++ hosts/common/darwin-common-dock.nix | 1 + hosts/common/darwin-common.nix | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/home/alex.nix b/home/alex.nix index 76e4356..dec7123 100644 --- a/home/alex.nix +++ b/home/alex.nix @@ -43,6 +43,12 @@ programs.lf.enable = true; + programs.starship = { + enable = true; + enableZshIntegration = true; + settings = pkgs.lib.importTOML ./../data/starship.toml; + }; + programs.tmux = { enable = true; #keyMode = "vi"; diff --git a/hosts/common/darwin-common-dock.nix b/hosts/common/darwin-common-dock.nix index 9bf1437..8a5b8dc 100644 --- a/hosts/common/darwin-common-dock.nix +++ b/hosts/common/darwin-common-dock.nix @@ -16,6 +16,7 @@ "/Applications/Plexamp.app" "/Applications/iTerm.app" "/Applications/Alacritty.app" + "/Applications/Warp.app" ]; }; } \ No newline at end of file diff --git a/hosts/common/darwin-common.nix b/hosts/common/darwin-common.nix index 3699126..87ca324 100644 --- a/hosts/common/darwin-common.nix +++ b/hosts/common/darwin-common.nix @@ -69,7 +69,7 @@ in global.autoUpdate = true; brews = [ - # + #"starship" ]; casks = [ "adobe-creative-cloud" @@ -110,6 +110,7 @@ in "slack" "spotify" "steam" + "warp" "viscosity" "visual-studio-code" "vlc"