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

10 lines
70 B
Nix

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