Emacs: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Jeslie0
Added information on installing emacs when using a system flake
Line 46: Line 46:
}
}
</nowiki>}}
</nowiki>}}
==== Flakes ====
Using a system flake, one can specify the specific revision of the overlay as a flake input, for example:
inputs.emacs-overlay.url = "github:nix-community/emacs-overlay/da2f552d133497abd434006e0cae996c0a282394";
This can then be used in the system configuration by using the {{ic|self}} argument:
nixpkgs.overlays = [ (import self.inputs.emacs-overlay) ];


=== Doom Emacs ===
=== Doom Emacs ===