Gamemode & Steam Fix and Add Gamescope
- Move gamemode and steam to system packages - Add gamescope to user packages
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
./dbus.nix
|
||||
./gnome-keyring.nix
|
||||
./miscellaneous.nix
|
||||
./gaming.nix
|
||||
];
|
||||
}
|
||||
|
15
system/utilities/gaming.nix
Normal file
15
system/utilities/gaming.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
# settings = {};
|
||||
# enableRenice = true;
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
}
|
@@ -1,12 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
|
||||
home.packages = (with pkgs; [
|
||||
bottles
|
||||
lutris
|
||||
|
@@ -1,15 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
# settings = {};
|
||||
# enableRenice = true;
|
||||
};
|
||||
|
||||
home.packages = (with pkgs; [
|
||||
mangohud
|
||||
goverlay
|
||||
vkbasalt
|
||||
gamescope
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user