This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
26
users/rus07tam/modules/hyprland/hyprlauncher.nix
Normal file
26
users/rus07tam/modules/hyprland/hyprlauncher.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue