nixos/modules/home/editors/default.nix

8 lines
No EOL
71 B
Nix

{ config, pkgs, ... }:
{
imports = [
./emacs
./vscode
];
}