nixos-config/modules/system/desktop/default.nix
2024-07-13 13:35:34 +09:00

10 lines
123 B
Nix

{ ... }:
{
imports = [
#./gnome-de.nix
./hyprland.nix
./awesome.nix
./kde.nix
];
}