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

10 lines
172 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
2026-06-01 19:50:33 +02:00
./dms.nix
2026-05-02 09:08:40 +02:00
];
}