nixfiles/home/profiles/graphical/neovim.nix

5 lines
72 B
Nix

{tree, ...}: {
imports = with tree.home.profiles; [
neovim
];
}