11 satır
165 B
Nix
11 satır
165 B
Nix
{ pkgs, ... }: {
|
|
nixpkgs.overlays = [
|
|
(import ./overlay.nix)
|
|
];
|
|
services.emacs = {
|
|
enable = true;
|
|
defaultEditor = true;
|
|
install = true;
|
|
};
|
|
}
|