mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: various changes, sched-ext
This commit is contained in:
parent
db0f9bef6d
commit
cc85d2e5ba
7 changed files with 143 additions and 173 deletions
|
|
@ -11,11 +11,12 @@
|
|||
};
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
package = pkgs.gamescope_git;
|
||||
package = pkgs.gamescope;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
(lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.gamescope
|
||||
pkgs.libnghttp2
|
||||
pkgs.winetricks
|
||||
pkgs.jansson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue