system/modules/home-manager/configs/default.nix

10 lines
86 B
Nix

{ ... }:
{
imports = [
./keyboard.nix
./themes
./window-manager
];
}