config.nix/home/desktop/window-managers/default.nix
2026-03-30 22:03:03 +02:00

14 lines
109 B
Nix

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