diff --git a/home/X11/i3/screenshot.nix b/home/X11/i3/screenshot.nix index e8b1887..a315167 100644 --- a/home/X11/i3/screenshot.nix +++ b/home/X11/i3/screenshot.nix @@ -4,6 +4,6 @@ with lib; { xsession.windowManager.i3.config = { startup = [ { command = "${pkgs.flameshot}/bin/flameshot"; } ]; - keybindings."Print" = "exec ${pkgs.flameshot}/bin/flameshot gui"; + keybindings = mkOptionDefault { "Print" = "exec ${pkgs.flameshot}/bin/flameshot gui"; }; }; }