{ profiles, services, ... }: Profile "Desktop." { configuration = [ ./fonts ./hardware { documentation.enable = false; security.pam.services = { # To make Swaylock unlockable. swaylock = { /* empty */ }; }; } ]; isDesktop = true; parents = with profiles; [ common ]; services = with services; [ printing ]; }