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