Add prismlauncher
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ user, home }:
|
||||
{ ... }:
|
||||
{
|
||||
programs.gamemode.enable = true;
|
||||
}
|
11
hosts/common/configs/user/gui/gaming/gamescope/default.nix
Normal file
11
hosts/common/configs/user/gui/gaming/gamescope/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ user, home }:
|
||||
{ ... }:
|
||||
{
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
args = [
|
||||
"--rt"
|
||||
"-f"
|
||||
];
|
||||
};
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{ user, home }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.persistence."/persist/state"."${home}/.local/share/PrismLauncher" = { };
|
||||
|
||||
home-manager.users.${user}.home.packages = with pkgs; [ prismlauncher ];
|
||||
}
|
@@ -11,8 +11,7 @@
|
||||
"${home}/.local/share/Steam" = { };
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam = {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extest.enable = true;
|
||||
@@ -20,17 +19,6 @@
|
||||
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||
};
|
||||
|
||||
gamescope = {
|
||||
enable = true;
|
||||
args = [
|
||||
"--rt"
|
||||
"-f"
|
||||
];
|
||||
};
|
||||
|
||||
gamemode.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.${user}.systemd.user = {
|
||||
services.steam-ln =
|
||||
let
|
||||
|
@@ -62,7 +62,10 @@ in
|
||||
(import ../../../common/configs/user/gui/emoji { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/feh { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/firefox { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/gaming/gamemode { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/gaming/gamescope { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/gaming/steam { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/gaming/prismlauncher { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/gtk { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/hyprland { inherit user home; })
|
||||
(import ../../../common/configs/user/gui/hyprpicker { inherit user home; })
|
||||
|
Reference in New Issue
Block a user