system/home/modules/window_manager/default.nix

9 lines
68 B
Nix

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