adding steam

This commit is contained in:
Richie Cahill 2024-05-21 18:25:44 -04:00
parent 0d6c05f708
commit 20abca4a8b
4 changed files with 26 additions and 4 deletions

View File

@ -18,6 +18,7 @@
"cachix",
"charliermarsh",
"codezombiech",
"Compat",
"concatLists",
"Cryptodisk",
"dialout",
@ -27,10 +28,12 @@
"eamodio",
"errorlens",
"esbenp",
"extest",
"fenix",
"fileroller",
"Filesystems",
"foxundermoon",
"gamescope",
"hexeditor",
"HRDN",
"hwloc",

View File

@ -3,6 +3,7 @@
./hardware.nix
../../users/richie/global/syncthing_base.nix
../../users/richie/global/zerotier.nix
./steam.nix
];
boot = {

View File

@ -0,0 +1,17 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.steam-run ];
hardware.steam-hardware.enable = true;
programs = {
gamescope.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
gamescopeSession.enable = true;
extest.enable = true;
};
};
}

View File

@ -27,13 +27,14 @@
# GUI
beeper
candy-icons
discord-canary
firefox
obsidian
sweet-nova
cinnamon.nemo
cinnamon.nemo-fileroller
discord-canary
firefox
gimp
obs-studio
obsidian
sweet-nova
# python
python3
ruff