{ pkgs, ... }: { programs.quickshell = { enable = true; systemd = { enable = true; target = "graphical-session.target"; }; }; }