mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
16 lines
262 B
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;
|
|
}
|