config: replace kitty with foot

This commit is contained in:
Fabian Montero 2025-08-26 19:01:54 -06:00 committed by chem
parent b89521fb7b
commit 3e9486099d
7 changed files with 121 additions and 145 deletions

View file

@ -62,7 +62,7 @@ in {
enable = true;
defaultApplications = {
"application/pdf" = with pkgs; ["qpdfview"];
"x-scheme-handler/file" = with pkgs; ["kitty"];
"x-scheme-handler/file" = with pkgs; ["foot"];
};
};
};