diff options
| author | seth <[email protected]> | 2023-11-03 18:50:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-03 18:50:49 -0400 |
| commit | bd21bc5470f4d47aff38788b6df90c48191890b0 (patch) | |
| tree | 3d0f6786f7ff926122533099eb5fea0e96cbd0c3 /users/seth/programs/starship/default.nix | |
| parent | 58a7b4b3cca47301107ab12aadce048e372a1367 (diff) | |
seth/starship: merge catppuccin palette with personal config
Diffstat (limited to 'users/seth/programs/starship/default.nix')
| -rw-r--r-- | users/seth/programs/starship/default.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/users/seth/programs/starship/default.nix b/users/seth/programs/starship/default.nix index 76f528e..099761b 100644 --- a/users/seth/programs/starship/default.nix +++ b/users/seth/programs/starship/default.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{ programs.starship = { enable = true; enableBashIntegration = false; @@ -9,14 +9,6 @@ palette = "catppuccin_mocha"; command_timeout = 250; } - // fromTOML (builtins.readFile ./starship.toml) - // fromTOML (builtins.readFile - (pkgs.fetchFromGitHub { - owner = "catppuccin"; - repo = "starship"; - rev = "5629d2356f62a9f2f8efad3ff37476c19969bd4f"; - hash = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0="; - } - + "/palettes/mocha.toml")); + // fromTOML (builtins.readFile ./starship.toml); }; } |
