Update sway config and flake.nix
This commit is contained in:
3
overlays/default.nix
Normal file
3
overlays/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
gamescope = import ./gamescope-last-working.nix;
|
||||
}
|
||||
11
overlays/gamescope-last-working.nix
Normal file
11
overlays/gamescope-last-working.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
final: prev: {
|
||||
gamescope = prev.gamescope.overrideAttrs ( old: {
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "ValveSoftware";
|
||||
repo = "gamescope";
|
||||
rev = "d0d23c4c3010c81add1bd90cbe478ce4a386e28d";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-Ym1kl9naAm1MGlxCk32ssvfiOlstHiZPy7Ga8EZegus=";
|
||||
};
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user