{ pkgs, inputs, ... }: { imports = [ inputs.hyprpanel.nixosModules.hyprpanel ]; home.packages = with pkgs; [ hyprpanel ]; }