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

10 lines
79 B
Nix

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