{ config, inputs, pkgs, ... }: { imports = [ ]; home-manager.sharedModules = [ ./home.nix ]; environment.systemPackages = with pkgs; [ hyprpaper ]; }