diff --git a/README.md b/README.md index 8d38e4a..5cb3699 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,3 @@ - `hish`: fish config `snd`: secondary layer: tools that don't fit into core. their dotfiles are here - diff --git a/hix/user/apps/gitui/default.nix b/hix/user/apps/gitui/default.nix deleted file mode 100644 index bd562dd..0000000 --- a/hix/user/apps/gitui/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{config, pkgs, ... }: -{ - home.file = { - ".config/gitui/key_bindings.ron".source = ../../../../snd/gitui/key_bindings.ron; - ".config/gitui/theme.ron".source = ../../../../snd/gitui/theme.ron; - }; -}