diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index 123ca46..920d073 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -93,7 +93,7 @@ in { }; }; desktopEntries = { - doom-server = { + emacs = { name = "Doom Emacs"; genericName = "Text Editor"; icon = ./static/doom-config/icon.png; @@ -105,7 +105,7 @@ in { StartupWMClass = "Doom Emacs"; }; }; - doom-client = { + emacs-client = { name = "Doom Emacs (Client)"; genericName = "Text Editor"; icon = ./static/doom-config/icon.png;