add gamemode and gamescope into steam
This commit is contained in:
parent
0426d6db3f
commit
0b4047bcae
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs; let steam-custom = (steam.override { extraPkgs = p: [ p.gamemode p.gamescope ]; }); in [
|
||||
_1password-gui
|
||||
doctl
|
||||
evince
|
||||
|
@ -38,8 +38,8 @@
|
|||
pavucontrol
|
||||
ripgrep
|
||||
spotify
|
||||
steam
|
||||
steam.run
|
||||
steam-custom
|
||||
steam-custom.run
|
||||
telegram-desktop
|
||||
transmission-remote-gtk
|
||||
wl-clipboard
|
||||
|
|
Loading…
Reference in a new issue