From c3ea60a132ee3321afaceb2d1bd3a9f8aeeb9a86 Mon Sep 17 00:00:00 2001 From: Abigail Freeman Date: Mon, 8 Dec 2025 18:13:58 -0500 Subject: [PATCH] typo --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index ea44f52..20d3089 100644 --- a/home.nix +++ b/home.nix @@ -129,7 +129,7 @@ dashboard: # Other misc conf files xdg.configFile."kitty/kitty.conf".source = ./xdg/kitty/kitty.conf; - xdd.configFile."starship.toml".source = ./xdg/starship.toml; + xdg.configFile."starship.toml".source = ./xdg/starship.toml; home.file.".zshrc".source = xdg/zshrc; services.syncthing = pkgs.lib.mkIf use_syncthing (import ./syncthing.nix { config = config; });