system/users/modules/window_manager/default.nix
2022-10-12 01:41:32 +03:00

10 lines
95 B
Nix

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