Files
m3ta-home/profiles/contexts/desktop/wm/default.nix
T

9 lines
158 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# Window manager aggregator — Hyprland, Wayland tools, and Rofi launcher.
{...}: {
imports = [
./hyprland.nix
./wayland.nix
./rofi.nix
];
}