mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: changes from the last while
This commit is contained in:
parent
9255d543a1
commit
b7c510de28
27 changed files with 885 additions and 195 deletions
|
|
@ -9,7 +9,10 @@
|
|||
driversi686Linux.mesa
|
||||
];
|
||||
};
|
||||
programs.gamescope.enable = true;
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
package = pkgs.gamescope_git;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
(lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue