# https://nix-community.github.io/home-manager/options.html
{ pkgs, config, ... }:
{
  imports = [
    ./default.nix
    ./profiles/desktop
    ./profiles/desktop/gnome
  ];
}