Helix Desktop Enterie

This commit is contained in:
joygnu 2024-09-14 21:19:26 +02:00
parent ac8b63cb10
commit f96a9ddc3a

View file

@ -1,5 +1,16 @@
{...}: { {...}: {
home-manager.users.joy.xdg = { home-manager.users.joy.xdg = {
desktopEntries = {
hx = {
name = "Helix";
exec = "alacritty -e hx %F";
icon = "Helix";
terminal = false;
type = "Application";
categories = ["Utility" "TextEditor"];
mimeType = ["text/plain"];
};
};
mimeApps = { mimeApps = {
enable = true; enable = true;
defaultApplications = { defaultApplications = {