diff options
Diffstat (limited to 'nixos/modules/features/starship/default.nix')
| -rw-r--r-- | nixos/modules/features/starship/default.nix | 5 |
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 |
