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