config.nix/modules/window_manager/import_wm.nix

13 lines
96 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./hyprland.nix
./waybar.nix
];
}