adds patched emacs
This commit is contained in:
parent
d2beef02bc
commit
096fd4c750
3 changed files with 34 additions and 0 deletions
|
|
@ -25,6 +25,12 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Overlays
|
||||
nixpkgs.overlays = [
|
||||
(import inputs.emacs-overlay)
|
||||
(import ../../overlays/emacs-patches.nix)
|
||||
];
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
@ -60,6 +66,7 @@
|
|||
fnm
|
||||
imagemagick
|
||||
restic
|
||||
emacs-patched
|
||||
];
|
||||
|
||||
# Homebrew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue