nix-config/modules/wm/default.nix
2025-03-05 19:16:48 +01:00

7 lines
78 B
Nix

{inputs, ...}: {
imports = [
./gnome
./plasma
./hyprland
];
}