Add emacs to apps.nix

This commit is contained in:
Tobias Ostner 2023-12-15 13:15:10 +01:00
parent d333524003
commit 68bdf1f4f0

View file

@ -6,11 +6,25 @@
brews = [
"curl"
{
name = "emacs-plus";
args = [
" --with-no-frame-refocus"
"--with-native-comp"
"--with-imagemagick"
"--with-savchenkovaleriy-big-sur-icon"
];
start_service = true;
}
"imagemagick"
"trippy"
"wget"
];
taps = [
"d12frosted/emacs-plus"
];
casks = [
"amethyst"
"anki"