summaryrefslogtreecommitdiff
path: root/users/seth/shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/default.nix')
-rw-r--r--users/seth/shell/default.nix7
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";