diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-15 20:07:01 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-15 20:07:01 +0100 |
commit | 238023f2fd21d45ac77971ab1497d152164758a2 (patch) | |
tree | ecd03fbaa4777f30cb5ebb2ff75f74afa0ab3520 /common/commandline/starship.nix | |
parent | 2bc42ecd0e0268ceadb6980ca6e17b0c364a0c3f (diff) | |
download | nixos-config-reborn-238023f2fd21d45ac77971ab1497d152164758a2.tar.gz nixos-config-reborn-238023f2fd21d45ac77971ab1497d152164758a2.zip |
common/fish: init with related settings
Diffstat (limited to 'common/commandline/starship.nix')
-rw-r--r-- | common/commandline/starship.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline/starship.nix b/common/commandline/starship.nix index cb12611..473d201 100644 --- a/common/commandline/starship.nix +++ b/common/commandline/starship.nix | |||
@@ -7,6 +7,7 @@ _inputs: | |||
7 | { | 7 | { |
8 | programs.starship = { | 8 | programs.starship = { |
9 | enable = true; | 9 | enable = true; |
10 | enableFishIntegration = true; | ||
10 | enableZshIntegration = true; | 11 | enableZshIntegration = true; |
11 | 12 | ||
12 | settings = lib.mkMerge [ | 13 | settings = lib.mkMerge [ |