nixos/modules/home/editors/default.nix
Florian RICHER e52f68c62a
All checks were successful
check / check (push) Successful in 31s
add neovim
2025-02-10 20:20:33 +01:00

9 lines
No EOL
78 B
Nix

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