about summary refs log tree commit diff
path: root/modules/desktop/default.nix
blob: c626586bb8f96cbee090920eaa7226336ff55bab (plain) (blame)
1
2
3
4
5
6
7
{lib, config, pkgs, ...}:
{
  imports = [
    ./xserver.nix
    ./fonts.nix
  ];
}