nixfiles/home/dev/all/editors.nix

6 lines
81 B
Nix

{tree, ...}: {
imports = with tree; [
home.programming.editors.nano
];
}