nix-config/modules/wm/default.nix

8 lines
91 B
Nix

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