nixos-config/modules/system/desktop/default.nix
2024-07-12 12:23:21 +09:00

9 lines
104 B
Nix

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