From 6e1116b83ce6a2deae81438bf135a60378207cc0 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sat, 21 Feb 2026 20:24:38 +0100 Subject: [PATCH] fix --- home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home.nix b/home.nix index 2951a4e..3075459 100644 --- a/home.nix +++ b/home.nix @@ -45,7 +45,6 @@ # plain files is through 'home.file'. home.file = { ".config/fastfetch".source = ./dotfiles/fastfetch; - ".config/kitty".source = ./dotfiles/kitty; ".config/MangoHud".source = ./dotfiles/mangohud; ".config/nvim".source = ./dotfiles/nvim; ".config/gtk-3.0/settings.ini".source = ./dotfiles/gtk-3.0/settings.ini;