Home Gen90 @ 2024-04-25-00:01

This commit is contained in:
Jonas Röger 2024-04-25 00:01:10 +02:00
parent 41d81d95a9
commit 826f0615cf

View File

@ -93,7 +93,7 @@ in {
}; };
}; };
desktopEntries = { desktopEntries = {
doom-server = { emacs = {
name = "Doom Emacs"; name = "Doom Emacs";
genericName = "Text Editor"; genericName = "Text Editor";
icon = ./static/doom-config/icon.png; icon = ./static/doom-config/icon.png;
@ -105,7 +105,7 @@ in {
StartupWMClass = "Doom Emacs"; StartupWMClass = "Doom Emacs";
}; };
}; };
doom-client = { emacs-client = {
name = "Doom Emacs (Client)"; name = "Doom Emacs (Client)";
genericName = "Text Editor"; genericName = "Text Editor";
icon = ./static/doom-config/icon.png; icon = ./static/doom-config/icon.png;