Compare commits
No commits in common. "3da9c48250943ea9fc98c7df3b6d2c5bd019b541" and "560b08f10b8517d6efb69370f332310d9a492fad" have entirely different histories.
3da9c48250
...
560b08f10b
1 changed files with 5 additions and 6 deletions
11
home.nix
11
home.nix
|
|
@ -714,7 +714,6 @@ in
|
|||
"nfu" = "nix flake update";
|
||||
"c" = "claude";
|
||||
"o" = "opencode";
|
||||
"ou" = "OPENCODE_PERMISSION='\"allow\"' opencode";
|
||||
".." = "z ..";
|
||||
j = "jj";
|
||||
jgf = "jj git fetch";
|
||||
|
|
@ -928,11 +927,11 @@ in
|
|||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"text/html" = "zen-beta.desktop";
|
||||
"x-scheme-handler/http" = "zen-beta.desktop";
|
||||
"x-scheme-handler/https" = "zen-beta.desktop";
|
||||
"x-scheme-handler/about" = "zen-beta.desktop";
|
||||
"x-scheme-handler/unknown" = "zen-beta.desktop";
|
||||
"text/html" = "zen.desktop";
|
||||
"x-scheme-handler/http" = "zen.desktop";
|
||||
"x-scheme-handler/https" = "zen.desktop";
|
||||
"x-scheme-handler/about" = "zen.desktop";
|
||||
"x-scheme-handler/unknown" = "zen.desktop";
|
||||
"inode/directory" = "org.gnome.Nautilus.desktop";
|
||||
"application/zip" = "org.gnome.FileRoller.desktop";
|
||||
"application/x-tar" = "org.gnome.FileRoller.desktop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue