ui: fuzzel to walker

This commit is contained in:
2026-06-05 20:14:00 +03:00
parent 03fbc1e1b7
commit e2527a20d1
4 changed files with 15 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
{
services = {
walker = {
enable = true;
systemd.enable = true;
};
elephant.enable = true;
};
wayland.windowManager.hyprland.settings.bind = [
"$mainMod, D, exec, walker"
];
}