flake: bump inputs

This commit is contained in:
514fpv 2024-08-28 22:15:58 +08:00
parent fd32ee5f98
commit 726fd59717
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
5 changed files with 31 additions and 27 deletions

View file

@ -4,7 +4,8 @@
, ... }: with lib; let
cfg = config.passthrough.gyroflow;
in mkIf cfg.enable {
home.packages = [ cfg.package ];
# temporarily gone until regression is fixed
#home.packages = [ cfg.package ];
wayland.windowManager.sway.config.window.commands = [
{ criteria.app_id = "xyz.gyroflow.gyroflow"; command = "floating enable"; }