aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/starship.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/starship.nix')
-rw-r--r--modules/home/starship.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/starship.nix b/modules/home/starship.nix
new file mode 100644
index 0000000..05a70f3
--- /dev/null
+++ b/modules/home/starship.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ home.file.".config/starship.toml".source = ../../starship/.config/starship.toml;
+}