home-manager/emacs/default.nix

8 lines
172 B
Nix
Raw Normal View History

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