nix-config/modules/home-manager/coding/default.nix

7 lines
51 B
Nix
Raw Normal View History

{
imports = [
./neovim
./phpactor
];
}