nixfiles/profiles/home-manager/dev/all/editors.nix

6 lines
98 B
Nix
Raw Normal View History

2024-07-24 14:13:59 +01:00
{tree, ...}: {
imports = with tree.profiles.home-manager; [
programming.editors.nano
];
}