summaryrefslogtreecommitdiff
path: root/nixos/modules/features/starship
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/starship')
-rw-r--r--nixos/modules/features/starship/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/features/starship/default.nix b/nixos/modules/features/starship/default.nix
new file mode 100644
index 0000000..b364c5d
--- /dev/null
+++ b/nixos/modules/features/starship/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ programs.starship.enable = true;
+} \ No newline at end of file