configuration.nix/home/laptop/programs/doom-emacs/default.nix

6 lines
47 B
Nix

{ ... }: {
imports = [
./doom.nix
];
}