config.nix/modules/window_manager/import_wm.nix
2025-12-17 15:51:20 +01:00

14 lines
118 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./window_manager.nix
./launcher.nix
./bar.nix
];
}