home-manager/emacs/default.nix
2023-10-13 23:02:06 -04:00

8 lines
172 B
Nix

{
programs.emacs = {
enable = true;
# set the package to a dummy package, install with system package manager
# specifically use the emacs gtk package
};
}