system/users/modules/window_manager/default.nix

10 lines
95 B
Nix
Raw Normal View History

2022-10-12 01:41:32 +03:00
{ ... }:
{
imports = [
./xmonad.nix
./polybar.nix
./betterlockscreen.nix
];
}