Skip to content

Commit

Permalink
warp + starship
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Oct 18, 2024
1 parent d3c3727 commit 1bc14ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions home/alex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions hosts/common/darwin-common-dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"/Applications/Plexamp.app"
"/Applications/iTerm.app"
"/Applications/Alacritty.app"
"/Applications/Warp.app"
];
};
}
3 changes: 2 additions & 1 deletion hosts/common/darwin-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ in
global.autoUpdate = true;

brews = [
#
#"starship"
];
casks = [
"adobe-creative-cloud"
Expand Down Expand Up @@ -110,6 +110,7 @@ in
"slack"
"spotify"
"steam"
"warp"
"viscosity"
"visual-studio-code"
"vlc"
Expand Down

0 comments on commit 1bc14ba

Please sign in to comment.