{lib,pkgs, config, ...}:{ imports = [ ./ssh.nix ]; users.users.lyn = { isNormalUser = true; extraGroups = [ "wheel"]; packages = with pkgs; [ ]; }; }