nixos-config/programs/editors/default.nix

6 lines
37 B
Nix
Raw Normal View History

2024-11-03 19:36:23 +00:00
_: {
imports = [
./nvim
];
}