system changes
This commit is contained in:
parent
f19e9e3238
commit
ec0e0bda10
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
"./.config/emacs/user-interface.el".source = ./user-interface.el;
|
||||
"./.config/emacs/tools.el".source = ./tools.el;
|
||||
"./.config/emacs/languages.el".source = ./languages.el;
|
||||
"./Applications/Emacs.app/Contents/MacOS/Emacs" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
#!/bin/sh
|
||||
emacsclient -c & disown
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
|
Loading…
Add table
Reference in a new issue