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


                         
                 


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