migrate gaming
This commit is contained in:
parent
95fd98e0ae
commit
fc2234ae21
2 changed files with 22 additions and 1 deletions
|
|
@ -4,5 +4,25 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.gamemode.enable = true;
|
||||
programs.gamescope.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
protontricks.enable = true;
|
||||
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
gamescope
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
lutris
|
||||
steam-run
|
||||
gamescope
|
||||
mangohud
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,10 +9,11 @@ in
|
|||
home-manager
|
||||
base
|
||||
nvidia-graphics
|
||||
graphics-tablet
|
||||
drawing-tablet
|
||||
printing
|
||||
shell
|
||||
desktop
|
||||
gaming
|
||||
|
||||
{
|
||||
imports = [ ./_hardware-configuration.nix ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue