diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:52:11 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:52:11 -0600 |
| commit | d9e3d1977e79ea36da7bc615699b67f431913c23 (patch) | |
| tree | 3627bb75e08a8a88c3706e9d8b96751fbf62143f /home-manager/starship.nix | |
| parent | 8f317ee332fffe934ec8bf61a77efc1eb57bb9df (diff) | |
adding theming and config from ryan4yin nix-config on git
Diffstat (limited to 'home-manager/starship.nix')
| -rw-r--r-- | home-manager/starship.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home-manager/starship.nix b/home-manager/starship.nix new file mode 100644 index 0000000..12d6f6b --- /dev/null +++ b/home-manager/starship.nix @@ -0,0 +1,11 @@ +{ catppuccin-starship, ... }: { + programs.starship = { + enable = true; + + settings = { + command_timeout = 1000; + + palette = "catppuccin_mocha"; + } // builtins.fromTOML (builtins.readFile "${catppuccin-starship}/palettes/mocha.toml"); + }; +}
\ No newline at end of file |
