switches to homebrew emacs
This commit is contained in:
parent
4a18dfcdee
commit
9a19833ca6
5 changed files with 2 additions and 71 deletions
|
|
@ -25,11 +25,6 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Overlays
|
||||
nixpkgs.overlays = [
|
||||
(import inputs.emacs-overlay)
|
||||
];
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
@ -65,8 +60,6 @@
|
|||
fnm
|
||||
imagemagick
|
||||
restic
|
||||
# emacs-patched
|
||||
emacsPgtk
|
||||
];
|
||||
|
||||
# Homebrew
|
||||
|
|
@ -89,6 +82,7 @@
|
|||
|
||||
taps = [
|
||||
"homebrew/services"
|
||||
"d12frosted/emacs-plus"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
|
|
@ -100,6 +94,7 @@
|
|||
brews = [
|
||||
"mas"
|
||||
"go"
|
||||
"emacs-plus"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue