7 lines
No EOL
72 B
Nix
7 lines
No EOL
72 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.emacs = {
|
|
enable = true;
|
|
};
|
|
} |