adding steam
This commit is contained in:
parent
0d6c05f708
commit
20abca4a8b
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -18,6 +18,7 @@
|
|||||||
"cachix",
|
"cachix",
|
||||||
"charliermarsh",
|
"charliermarsh",
|
||||||
"codezombiech",
|
"codezombiech",
|
||||||
|
"Compat",
|
||||||
"concatLists",
|
"concatLists",
|
||||||
"Cryptodisk",
|
"Cryptodisk",
|
||||||
"dialout",
|
"dialout",
|
||||||
@ -27,10 +28,12 @@
|
|||||||
"eamodio",
|
"eamodio",
|
||||||
"errorlens",
|
"errorlens",
|
||||||
"esbenp",
|
"esbenp",
|
||||||
|
"extest",
|
||||||
"fenix",
|
"fenix",
|
||||||
"fileroller",
|
"fileroller",
|
||||||
"Filesystems",
|
"Filesystems",
|
||||||
"foxundermoon",
|
"foxundermoon",
|
||||||
|
"gamescope",
|
||||||
"hexeditor",
|
"hexeditor",
|
||||||
"HRDN",
|
"HRDN",
|
||||||
"hwloc",
|
"hwloc",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
./hardware.nix
|
./hardware.nix
|
||||||
../../users/richie/global/syncthing_base.nix
|
../../users/richie/global/syncthing_base.nix
|
||||||
../../users/richie/global/zerotier.nix
|
../../users/richie/global/zerotier.nix
|
||||||
|
./steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
17
systems/rhapsody-in-green/steam.nix
Normal file
17
systems/rhapsody-in-green/steam.nix
Normal 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -27,13 +27,14 @@
|
|||||||
# GUI
|
# GUI
|
||||||
beeper
|
beeper
|
||||||
candy-icons
|
candy-icons
|
||||||
discord-canary
|
|
||||||
firefox
|
|
||||||
obsidian
|
|
||||||
sweet-nova
|
|
||||||
cinnamon.nemo
|
cinnamon.nemo
|
||||||
cinnamon.nemo-fileroller
|
cinnamon.nemo-fileroller
|
||||||
|
discord-canary
|
||||||
|
firefox
|
||||||
gimp
|
gimp
|
||||||
|
obs-studio
|
||||||
|
obsidian
|
||||||
|
sweet-nova
|
||||||
# python
|
# python
|
||||||
python3
|
python3
|
||||||
ruff
|
ruff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user