nixos-infra/users/rus07tam/modules/hyprland/hyprlauncher.nix
Rustam Efimov 30ce0dafc2
Some checks failed
Nix CI / build (push) Failing after 31s
initial commit
2026-04-01 08:50:01 +03:00

26 lines
482 B
Nix

{
services.hyprlauncher = {
enable = true;
settings = {
cache = {
enabled = false;
};
finders = {
default_finder = "desktop";
desktop_prefix = "";
unicode_prefix = ".";
math_prefix = "=";
font_prefix = "'";
desktop_launch_prefix = "";
desktop_icons = true;
};
general = {
grab_focus = true;
};
ui = {
window_size = "400 260";
};
};
};
}