nixos-config/modules/system/desktop/default.nix
2024-07-13 02:52:19 +09:00

9 lines
105 B
Nix

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