nixfiles/profiles/home-manager/dev/all/editors.nix
2024-07-24 14:13:59 +01:00

6 lines
98 B
Nix

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