system/modules/home-manager/programs/editors/default.nix

10 lines
88 B
Nix

{ ... }:
{
imports = [
./arduino-ide.nix
./gedit.nix
./neovim.nix
];
}