feat: add proton cachyos.
This commit is contained in:
parent
c4a3332672
commit
b8aebd054f
4 changed files with 43 additions and 1 deletions
|
|
@ -17,6 +17,9 @@
|
|||
enable = true;
|
||||
protontricks.enable = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-cachyos-x86_64_v3
|
||||
];
|
||||
};
|
||||
# Enable gamescope
|
||||
programs.gamescope = {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
})
|
||||
(import inputs.emacs-overlay)
|
||||
inputs.nix-cachyos-kernel.overlays.pinned
|
||||
inputs.proton-cachyos.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue