{ lib, pkgs, ... }: { imports = [ ../nix ../shell ../users ../ssh ./documentation ./windowing ./fonts ./hardware ./locale ./dict ./dino ./emacs ./gnupg ./lorri ./mail ./mpv ./podman ./weechat ]; environment.systemPackages = with pkgs; [ ffmpeg mosh mpv qemu youtube-dl ]; services.mingetty.autologinUser = "qyliss"; services.mingetty.loginOptions = "-- \\u"; services.locate.enable = true; }