system/home/modules/window_manager/default.nix

10 lines
95 B
Nix

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