{ config, pkgs, inputs, ... }: { imports = [../home/home_common.nix]; home = {packages = with pkgs; [steam wivrn opencomposite neovim];}; }