config: replace kitty with foot

This commit is contained in:
Fabian Montero 2025-08-26 19:01:54 -06:00
parent 040ce540c8
commit fab1778ec8
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
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"];
};
};
};