diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:26:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:26:46 -0400 |
commit | 6eafc89bf9bbd488882434b67de32b2ad33e351d (patch) | |
tree | 9f6985a2b0c7eacb4aee6a9cfde499cd3c7aa2f9 | |
parent | update commits (diff) | |
download | dotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.tar.gz dotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.tar.bz2 dotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.zip |
add roblox.com mime type handler
-rw-r--r-- | home/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix index 30e985c..1b4f909 100644 --- a/home/default.nix +++ b/home/default.nix @@ -112,6 +112,7 @@ in { "application/pdf" = "org.pwmt.zathura.desktop"; "x-scheme-handler/mspa" = "unofficial-homestuck-collection.desktop"; "x-scheme-handler/discord" = "discord.desktop"; + "x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop"; }; }; |