dotfiles/home/modules/starship/default.nix

10 lines
141 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
programs.starship = let
configPath = ./config;
in
{
enable = true;
}
// (import (configPath + /settings.nix));
}