mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
meep
This commit is contained in:
parent
a16524d215
commit
fa7bf090d2
9 changed files with 47 additions and 8 deletions
|
|
@ -5,11 +5,13 @@
|
|||
driversi686Linux.mesa
|
||||
];
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
package = pkgs.gamescope;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonplus
|
||||
(lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.gamescope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue