nixos/home/programs/emacs.nix

7 lines
72 B
Nix
Raw Normal View History

2024-02-17 13:17:05 +01:00
{ config, pkgs, ... }:
{
programs.emacs = {
enable = true;
};
}