14 lines
228 B
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"
|
|
];
|
|
}
|