Skip to content

Commit

Permalink
push latest commit
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 26, 2024
1 parent 0bd3d4e commit 35222f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/personalities/desktop/wayland-wm/kde/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
kdePackages.kdenlive
kdePackages.skanlite
xwaylandvideobridge
vulkan-hdr-layer
];
services = {
xserver = {
Expand Down
5 changes: 5 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
patches = oldAttrs.patches ++ [
./gamescope-native-res.patch
./0001-allow-gamescope-to-set-ctx-priority.patch
(final.fetchpatch {
url =
"https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1232.patch";
sha256 = "sha256-GV8Ks4PJoL1ykdDUlQAcBjEk2WLkKIZvKMcJ+IhL2c8=";
})
];
});
logiops = prev.logiops.overrideAttrs (oldAttrs: {
Expand Down

0 comments on commit 35222f8

Please sign in to comment.