diff options
| author | seth <[email protected]> | 2023-03-11 23:41:34 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-11 23:41:34 -0500 |
| commit | aa2b604ce7f5b48b960763c88dc48b97de19087d (patch) | |
| tree | 432450676bc1c2acdc83ce949b2cfbe598bafb59 /users/seth/shell/default.nix | |
| parent | a2cf60a228ed725a4a2210bbdc5ccdad5c631137 (diff) | |
enable starship
Diffstat (limited to 'users/seth/shell/default.nix')
| -rw-r--r-- | users/seth/shell/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index a717e59..fd9f3a0 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -4,6 +4,13 @@ ./fish.nix ]; + programs.starship = { + enable = true; + enableFishIntegration = true; + }; + + xdg.configFile."starship.toml".source = ./starship.toml; + home = { sessionVariables = { EDITOR = "nvim"; |
