chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-27 17:11:30 -05:00
parent 099979e928
commit 368e6b6ee7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -161,6 +161,6 @@ const Applauncher = (window_name = 'applauncher') => {
export default () => PopupWindow({ export default () => PopupWindow({
name: 'applauncher', name: 'applauncher',
focusable: true, keymode: 'on-demand',
child: Applauncher(), child: Applauncher(),
}); });