nixos-config/desktop/default.nix

11 lines
95 B
Nix

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