{ pkgs, lib, config, ... }: { imports = [ ../../../profiles/graphical.nix ../../../profiles/networking.nix ../../../profiles/security.nix ../../../profiles/system.nix ]; services.gpg-agent.pinentryFlavor = lib.mkForce "curses"; /* xsession.enable = true; xsession.windowManager.xmonad.enable = true; services.screen-locker.inactiveInterval = 10; # minutes */ }