{ pkgs, lib, config, ... }: { imports = [ #../../../profiles/chat.nix ../../../profiles/developing.nix ../../../profiles/graphical.nix ../../../profiles/networking.nix ../../../profiles/sharing.nix ../../../profiles/security.nix ../../../profiles/system.nix ../../../profiles/video.nix ]; services.gpg-agent.pinentryFlavor = lib.mkForce "curses"; xsession.enable = true; xsession.windowManager.xmonad.enable = true; home.packages = [ #pkgs.blender #pkgs.freecad #pkgs.sweethome3d.application ]; services.screen-locker.inactiveInterval = 10; # minutes }