From 011486787f639f2d2474bbaf5a6ef3d77fb45a43 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:56:27 +0100 Subject: Refactor dotfiles to declarative Nix management (nix-darwin + home-manager) (#5) --- modules/home/starship.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/home/starship.nix (limited to 'modules/home/starship.nix') 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; +} -- cgit v1.2.3