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