From 5d3faf4ab5fa798240bda6b283dd6780dd0111a4 Mon Sep 17 00:00:00 2001 From: BalrajSinghGidda Date: Sun, 22 Mar 2026 04:16:06 +0530 Subject: [PATCH] Gruvbox all over #3 --- hosts/nixos-btw/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos-btw/home.nix b/hosts/nixos-btw/home.nix index c75b2f7..a11e09f 100644 --- a/hosts/nixos-btw/home.nix +++ b/hosts/nixos-btw/home.nix @@ -19,5 +19,5 @@ xdg.configFile."rofi".source = ../../config/rofi; xdg.configFile."picom".source = ../../config/picom; xdg.configFile."kitty".source = ../../config/kitty; - xdg.configFile.".blerc".source = ../../config/.blerc; + xdg.configFile.".blerc".source = ../../config/blerc; }