summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/starship.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/starship.nix b/modules/home-manager/starship.nix
index 7869b4c..12d6f6b 100644
--- a/modules/home-manager/starship.nix
+++ b/modules/home-manager/starship.nix
@@ -6,6 +6,6 @@
command_timeout = 1000;
palette = "catppuccin_mocha";
- } ; #// builtins.fromTOML (builtins.readFile "${catppuccin-starship}/palettes/mocha.toml");
+ } // builtins.fromTOML (builtins.readFile "${catppuccin-starship}/palettes/mocha.toml");
};
} \ No newline at end of file