Gamemode Fix & Add Gamescope
- Move gamemode 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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
9
system/utilities/gaming.nix
Normal file
9
system/utilities/gaming.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.gamemode = {
|
||||||
|
enable = true;
|
||||||
|
# settings = {};
|
||||||
|
# enableRenice = true;
|
||||||
|
};
|
||||||
|
}
|
@@ -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