mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
7 lines
73 B
Nix
7 lines
73 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.emacs = {
|
|
enable = true;
|
|
};
|
|
}
|