Helix Desktop Enterie
This commit is contained in:
parent
b9184d06b8
commit
790065045d
|
@ -1,5 +1,16 @@
|
|||
{...}: {
|
||||
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 = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
|
|
Loading…
Reference in a new issue