system changes

This commit is contained in:
Jacob Janzen 2024-12-16 15:18:42 -06:00
parent f19e9e3238
commit ec0e0bda10

View file

@ -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 = [