diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/xdg-mime.nix b/users/guanranwang/nixos/profiles/device-type/desktop/home/xdg-mime.nix index abfa192..523d515 100644 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/xdg-mime.nix +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/xdg-mime.nix @@ -37,6 +37,13 @@ "video/mp4" "video/mpeg" "video/webm" - ] (n: ["mpv.desktop"]); + ] (n: ["mpv.desktop"]) + ### Code editor + // lib.genAttrs [ + "text/css" + "text/html" + "text/javascript" + "text/plain" + ] (n: ["codium.desktop" "Helix.desktop" "nvim.desktop"]); }; }