summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-11 11:26:46 -0400
committerFreya Murphy <freya@freyacat.org>2025-09-11 11:26:46 -0400
commit6eafc89bf9bbd488882434b67de32b2ad33e351d (patch)
tree9f6985a2b0c7eacb4aee6a9cfde499cd3c7aa2f9 /home
parentupdate commits (diff)
downloaddotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.tar.gz
dotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.tar.bz2
dotfiles-nix-6eafc89bf9bbd488882434b67de32b2ad33e351d.zip
add roblox.com mime type handler
Diffstat (limited to 'home')
-rw-r--r--home/default.nix1
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";
};
};