{ lib, pkgs, ... }: { imports = [ ../nix ../shell ../users ../ssh ./documentation ./windowing ./fonts ./gh ./hardware ./locale ./dict ./emacs ./gnupg ./lorri ./mail ./mpv ./weechat ]; boot.kernelParams = [ "preempt=full" ]; environment.systemPackages = with pkgs; [ dino ffmpeg mosh mpv nix-index qemu youtube-dl ]; services.getty.autologinUser = "qyliss"; services.getty.loginOptions = "-- \\u"; services.locate.enable = true; time.timeZone = "Europe/Berlin"; virtualisation.podman.enable = true; programs.system-config-printer.enable = true; services.postgresql.enable = true; services.printing.enable = true; services.printing.drivers = with pkgs; [ foo2zjs ]; }