Remove gamescope overlay
This commit is contained in:
@@ -211,8 +211,6 @@
|
|||||||
|
|
||||||
localPackages = pkgs.lib.genAttrs flake-utils.lib.defaultSystems (system: {
|
localPackages = pkgs.lib.genAttrs flake-utils.lib.defaultSystems (system: {
|
||||||
kickoff-dot-desktop = pkgs.callPackage ./pkgs/kickoff-dot-desktop.nix {};
|
kickoff-dot-desktop = pkgs.callPackage ./pkgs/kickoff-dot-desktop.nix {};
|
||||||
gamescope-old = pkgs.callPackage ./pkgs/gamescope-old {};
|
|
||||||
gamescope-dbg = pkgs.callPackage ./pkgs/gamescope-dbg {};
|
|
||||||
jhelioviewer = pkgs.callPackage ./pkgs/jhelioviewer.nix {};
|
jhelioviewer = pkgs.callPackage ./pkgs/jhelioviewer.nix {};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
|
services.avahi.enable = true;
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ in
|
|||||||
|
|
||||||
programs.steam = mkIf cfg.steam.enable {
|
programs.steam = mkIf cfg.steam.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{ inputs, ...}:
|
{ inputs, ...}:
|
||||||
{
|
{
|
||||||
gamescope = import ./gamescope-last-working.nix;
|
|
||||||
nose = import ./nose.nix;
|
nose = import ./nose.nix;
|
||||||
llama-cpp = import ./llama-cpp.nix { inherit inputs; };
|
llama-cpp = import ./llama-cpp.nix { inherit inputs; };
|
||||||
printrun = import ./printrun.nix { inherit inputs; };
|
printrun = import ./printrun.nix { inherit inputs; };
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
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