aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-03 11:59:03 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-03 11:59:03 -0700
commit0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d (patch)
tree80f62447e16807dce11f998cb27be32ad05865a1
parentf0a265353332308e4891e71aa12d36357db83ffe (diff)
downloadnix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar.gz
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar.bz2
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar.lz
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar.xz
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.tar.zst
nix-0b5ab5858c2d80b5cdf5f5b7d89ef486f37bda4d.zip
Fix typo
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/xdg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/common/optional/desktops/xdg.nix b/home/nipsy/common/optional/desktops/xdg.nix
index be54912..f4ac723 100644
--- a/home/nipsy/common/optional/desktops/xdg.nix
+++ b/home/nipsy/common/optional/desktops/xdg.nix
@@ -1,5 +1,5 @@
{
- xdg.mimeApps {
+ xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/x-extension-htm" = "firefox.desktop";