nixfiles/home-manager/modules/_list.nix

7 lines
84 B
Nix

{
home-manager.modules = {
common = ./common.nix;
gui = ./gui.nix;
};
}