nixos-config/desktop/default.nix

6 lines
77 B
Nix

{ ... }:
{
imports = [ ./x11.nix ./wayland.nix ./gtk.nix ./gnome.nix ];
}