diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-26 22:31:39 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-26 22:31:39 +0530 |
commit | 7938a77a29a93f52f035c5b582b00f108ac455db (patch) | |
tree | 7563972513218c09038f268a4b734777426e4ea2 /home/common/modules | |
parent | a8a88c53b353205be0cb9b6cba87700b2dc971a9 (diff) |
home/mimeapps: add text/x-go
Diffstat (limited to 'home/common/modules')
-rw-r--r-- | home/common/modules/mimeapps.nix | 1 |
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"; |