nixcfg/homeManagerModules/default.nix

11 lines
125 B
Nix

self: {
imports = [
./apps
./defaultApps.nix
./desktop
./options.nix
./services
./theme.nix
];
}