This commit is contained in:
Tao Tien 2025-12-28 20:38:52 -08:00
parent 0b056e39c8
commit dd26d91858
4 changed files with 14 additions and 3 deletions

View file

@ -11,6 +11,14 @@
age.secrets.syncthing-NOlaptop.file = ../secrets/syncthing-NOlaptop.age;
age.secrets.syncthing-uwuraid.file = ../secrets/syncthing-uwuraid.age;
in {
xdg.mimeApps = {
defaultApplications = {
"application/pdf" = "zathura.desktop";
"video/x-matroska" = "mpv.desktop";
};
enable = true;
};
imports = [
./boxxy.nix
(import ./helix.nix {inherit pkgs inputs;})