system/modules/home-manager/default.nix

11 lines
108 B
Nix

{ ... }:
{
imports = [
./games.nix
./shell.nix
./configs
./programs
./services
];
}