nixos-config/modules/system/desktop/default.nix
2024-07-11 15:02:26 +09:00

8 lines
82 B
Nix

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