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

11 lines
86 B
Nix

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