{ pkgs, config, ... }: { stylix.targets.rofi.enable = true; programs.rofi = { enable = true; location = "center"; pass = { enable = true; extraConfig = '' USERNAME_field='login' ''; }; extraConfig = { sort = true; sorting-method = "fzf"; matching = "fuzzy"; show-icons = false; disable-history = false; hide-scrollbar = true; }; }; }