nix-config/users/common/Xorg/rofi.nix

14 lines
228 B
Nix

{
stylix.targets.rofi.enable = true;
programs.rofi = {
enable = true;
extraConfig = {
matching = "fuzzy";
dpi = 1;
};
};
hm.home.persistence."/state".files = [
".cache/rofi3.druncache"
];
}