Files
nixos-blueprint/modules/home/programs/editor/default.nix
2025-02-06 23:50:52 +02:00

9 lines
86 B
Nix

{
imports = [
./helix.nix
./zed.nix
./neve.nix
#./nixvim.nix
];
}