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

10 lines
87 B
Nix

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