Files
TheaninovOS/home/desktops/hyprland/anyrun.nix
2024-03-26 17:44:14 +01:00

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;
}