mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:06:12 +01:00
7 lines
97 B
Nix
7 lines
97 B
Nix
{pkgs, ...}: {
|
|
programs.emacs = {
|
|
enable = true;
|
|
package = pkgs.unstable.emacs;
|
|
};
|
|
}
|