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 = [ brews = [
"curl" "curl"
{
name = "emacs-plus";
args = [
" --with-no-frame-refocus"
"--with-native-comp"
"--with-imagemagick"
"--with-savchenkovaleriy-big-sur-icon"
];
start_service = true;
}
"imagemagick" "imagemagick"
"trippy" "trippy"
"wget" "wget"
]; ];
taps = [
"d12frosted/emacs-plus"
];
casks = [ casks = [
"amethyst" "amethyst"
"anki" "anki"