feat: emacsclient desktop icon - NixOS

This commit is contained in:
Ryan Yin
2024-01-06 21:03:54 +08:00
parent cabdfd8cb7
commit 707192cf81

View File

@@ -89,6 +89,10 @@ in {
services.emacs = {
enable = true;
package = emacsPkg;
client = {
enable = true;
arguments = [" --create-frame"];
};
startWithUserSession = true;
};
}