Add emacs to apps.nix
This commit is contained in:
parent
d333524003
commit
68bdf1f4f0
1 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue