aboutsummaryrefslogblamecommitdiff
path: root/modules/desktop/default.nix
blob: b2d21014312ccb3318e1519fd675a9028a8fea29 (plain) (tree)
1
2
3
4
5
6
7



                         
               

    
{lib, config, pkgs, ...}:
{
  imports = [
    ./fonts.nix
    ./sound.nix
  ];
}