diff --git a/homeManagerModules/packages/misc.nix b/homeManagerModules/packages/misc.nix index f0ea412..b9036bf 100644 --- a/homeManagerModules/packages/misc.nix +++ b/homeManagerModules/packages/misc.nix @@ -46,6 +46,7 @@ in helvum pulseeffects-legacy mixxx + winbox4 ]; services.syncthing = { enable = true; diff --git a/overlays/default.nix b/overlays/default.nix index edc732e..3a536d5 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -14,7 +14,7 @@ in patches = (oldAttrs.patches or [ ]) ++ [ (final.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1867.patch"; - hash = "sha256-+Is4HOGAXS9q2L7s/D+9J5BpKYK6Tiho5xzTAEJGUWA="; + hash = "sha256-ONjSInJ7M8niL5xWaNk5Z16ZMcM/A7M7bHTrgCFjrts="; }) ]; });