{ pkgs, inputs, ... }: { flake.nixosModules.quickshell = {pkgs, ...}: { environment.systemPackages = with pkgs; [ quickshell inputs.qml-niri ]; }; }