diff options
Diffstat (limited to 'modules/home/starship.nix')
| -rw-r--r-- | modules/home/starship.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/home/starship.nix b/modules/home/starship.nix index 05a70f3..4f3cb61 100644 --- a/modules/home/starship.nix +++ b/modules/home/starship.nix @@ -1,5 +1,7 @@ { ... }: { - home.file.".config/starship.toml".source = ../../starship/.config/starship.toml; + programs.starship = { + enable = true; + }; } |
