forked from fabian/nix_config
config: replace kitty with foot
This commit is contained in:
parent
b89521fb7b
commit
3e9486099d
7 changed files with 121 additions and 145 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue