mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: explicitly enable gamescope
This commit is contained in:
parent
0daae5c483
commit
19e371edd1
2 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,8 @@
|
|||
gamescopeSession.enable = true;
|
||||
};
|
||||
|
||||
programs.gamescope.enable = true;
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
steam = pkgs.steam.override {
|
||||
extraPkgs = pkgs:
|
||||
|
|
1
home.nix
1
home.nix
|
@ -66,6 +66,7 @@
|
|||
signal-desktop
|
||||
modrinth-app
|
||||
lutris
|
||||
wine
|
||||
|
||||
# dev tools
|
||||
nodePackages_latest.pnpm
|
||||
|
|
Loading…
Reference in a new issue