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
|
./dbus.nix
|
||||||
./gnome-keyring.nix
|
./gnome-keyring.nix
|
||||||
./miscellaneous.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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.steam = {
|
|
||||||
enable = true;
|
|
||||||
remotePlay.openFirewall = true;
|
|
||||||
gamescopeSession.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
bottles
|
bottles
|
||||||
lutris
|
lutris
|
||||||
|
@@ -1,15 +1,10 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.gamemode = {
|
|
||||||
enable = true;
|
|
||||||
# settings = {};
|
|
||||||
# enableRenice = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
goverlay
|
goverlay
|
||||||
vkbasalt
|
vkbasalt
|
||||||
|
gamescope
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user