enable gamescope and gamemode
This commit is contained in:
parent
1964b88689
commit
50a0b0585b
1 changed files with 18 additions and 11 deletions
|
|
@ -145,6 +145,7 @@ rec {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
zsh
|
zsh
|
||||||
|
mangohud
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO find list of fonts to install
|
# TODO find list of fonts to install
|
||||||
|
|
@ -164,20 +165,26 @@ rec {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
programs.zsh.enable = true;
|
programs = {
|
||||||
programs.steam.enable = true;
|
zsh.enable = true;
|
||||||
|
|
||||||
programs.hyprland = {
|
steam.enable = true;
|
||||||
enable = true;
|
steam.gamescopeSession.enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
|
||||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
gamemode.enable = true;
|
||||||
|
|
||||||
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
|
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||||
|
};
|
||||||
|
|
||||||
|
nix-ld.enable = true;
|
||||||
|
nix-ld.libraries = with pkgs; [
|
||||||
|
wayland
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
|
||||||
wayland
|
|
||||||
];
|
|
||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue