refactor(hm/price): make neovide default text/plain application
This commit is contained in:
parent
f3be42ef5d
commit
df18b44c4b
@ -36,4 +36,7 @@
|
||||
bun
|
||||
];
|
||||
};
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/plain" = [ "neovide.desktop" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user