Files
samfelag/system/modules/editors/default.nix
2022-11-13 17:46:29 +01:00

8 lines
49 B
Nix

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