system/modules/home-manager/default.nix

11 lines
108 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
imports = [
./games.nix
./shell.nix
./configs
./programs
./services
];
}