{ pkgs, lib, config, ... }: { imports = [ ../../../profiles/graphical.nix ../../../profiles/networking.nix ../../../profiles/security.nix ../../../profiles/system.nix ]; services.gpg-agent.pinentryFlavor = lib.mkForce "curses"; # Does not cross-compile: # xsltproc: cannot execute binary file: Exec format error manual.manpages.enable = false; /* xsession.enable = true; xsession.windowManager.xmonad.enable = true; services.screen-locker.inactiveInterval = 10; # minutes */ }