Skip to content

Commit

Permalink
chore: add separate emacsclient .desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Jul 17, 2024
1 parent 0cae61e commit 310c9e3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 10 deletions.
9 changes: 9 additions & 0 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -5772,6 +5772,15 @@ TODO: Non-NixOS machines (=sp3) should not use these by default, but instead the
categories = [ "Application"];
};

emacsclient-newframe = {
name = "Emacs (Client, New Frame)";
genericName = "Emacs (Client, New Frame)";
exec = "emacsclient -r %u";
icon = "emacs";
terminal = false;
categories = [ "Development" "TextEditor"];
};

};

#+end_src
Expand Down
40 changes: 30 additions & 10 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions profiles/common/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,15 @@ xdg.desktopEntries = {
categories = [ "Application"];
};

emacsclient-newframe = {
name = "Emacs (Client, New Frame)";
genericName = "Emacs (Client, New Frame)";
exec = "emacsclient -r %u";
icon = "emacs";
terminal = false;
categories = [ "Development" "TextEditor"];
};

};

home.file = {
Expand Down

0 comments on commit 310c9e3

Please sign in to comment.