sisyphus/nixos/modules/desktop/default.nix

10 lines
88 B
Nix

{
imports = [
./gnome
./hyprland
./plasma
./sway
./waybar
];
}