summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-26 22:31:39 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-26 22:31:39 +0530
commit7938a77a29a93f52f035c5b582b00f108ac455db (patch)
tree7563972513218c09038f268a4b734777426e4ea2
parenta8a88c53b353205be0cb9b6cba87700b2dc971a9 (diff)
home/mimeapps: add text/x-go
-rw-r--r--home/common/modules/mimeapps.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/modules/mimeapps.nix b/home/common/modules/mimeapps.nix
index 269cea6..3be2008 100644
--- a/home/common/modules/mimeapps.nix
+++ b/home/common/modules/mimeapps.nix
@@ -17,6 +17,7 @@
"text/x-diff" = "nvim.desktop";
"text/x-lua" = "nvim.desktop";
"text/x-meson" = "nvim.desktop";
+ "text/x-go" = "nvim.desktop";
"text/xml" = "nvim.desktop";
"text/x-patch" = "nvim.desktop";
"text/x-script.python" = "nvim.desktop";