mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
refactor: make the whole thing more generic
This commit is contained in:
15
modules/home-manager/desktops/hyprland/anyrun.nix
Normal file
15
modules/home-manager/desktops/hyprland/anyrun.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs }: {
|
||||
enable = true;
|
||||
config = {
|
||||
plugins = with pkgs.anyrunPlugins; [
|
||||
applications
|
||||
symbols
|
||||
rink
|
||||
dictionary
|
||||
shell
|
||||
];
|
||||
y.fraction = 0.2;
|
||||
closeOnClick = true;
|
||||
};
|
||||
extraCss = builtins.readFile ./anyrun.css;
|
||||
}
|
||||
Reference in New Issue
Block a user