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

10 lines
88 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
imports = [
./arduino-ide.nix
./gedit.nix
./neovim.nix
];
}