10 lines
172 B
Nix
10 lines
172 B
Nix
# Window manager aggregator — Hyprland, Wayland tools, and Rofi launcher.
|
|
{...}: {
|
|
imports = [
|
|
./hyprland.nix
|
|
./wayland.nix
|
|
./rofi.nix
|
|
./dms.nix
|
|
];
|
|
}
|