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

9 lines
68 B
Nix

{ ... }:
{
imports = [
./xmonad.nix
./polybar.nix
];
}