{ lib, pkgs, ... }: { imports = [ ../nix ../shell ../users ../ssh ./documentation ./windowing ./fonts ./gh ./hardware ./locale ./dict ./emacs ./gnupg ./lorri ./mail ./mpv ./weechat ]; 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; virtualisation.podman.enable = true; }