Files
TheaninovOS/modules/home-manager/desktops/hyprland/anyrun.nix

16 lines
262 B
Nix

{ pkgs }: {
enable = true;
config = {
plugins = with pkgs.anyrunPlugins; [
applications
symbols
rink
dictionary
shell
];
y.fraction = 0.2;
closeOnClick = true;
};
extraCss = builtins.readFile ./anyrun.css;
}