From bbd78078c4d7fad8e06814c034fc08864159b265 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 16 Oct 2024 12:47:47 -0400 Subject: [PATCH] Add text/x-devicetree-source to kakoune mime types. --- hosts/randolph/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index a4443ba..d5787d1 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -216,6 +216,7 @@ in { "application/x-shellscript" "text/x-c" "text/x-c++" + "text/x-devicetree-source" ]; categories = [ "Utility" "TextEditor" ]; };