{ lib, pkgs, ... }: { imports = [ ../nix ../locale ../shell ../users ../ssh ./windowing ./fonts ./yubikey ./hardware ./networking ./dict ./gnupg ./mail ./weechat ]; environment.systemPackages = with pkgs; [ man-pages mosh ]; services.mingetty.autologinUser = "qyliss"; services.mingetty.loginOptions = "-- \u"; }