Compare commits
2 Commits
6a40fcd098
...
7b70cfa70e
Author | SHA1 | Date | |
---|---|---|---|
7b70cfa70e | |||
e06b7117e2 |
@ -2,16 +2,24 @@
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
steam = pkgs.steam.override {
|
||||
extraPkgs = pkgs: with pkgs; [
|
||||
gamescope
|
||||
mangohud
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam-run
|
||||
xdg-utils
|
||||
pass
|
||||
xdg-desktop-portal
|
||||
|
@ -43,10 +43,6 @@
|
||||
unstable.cmctl
|
||||
unstable.krew
|
||||
|
||||
# steam
|
||||
# steam-run
|
||||
# steamcmd
|
||||
# gamescope
|
||||
tokei
|
||||
unzip
|
||||
yt-dlp
|
||||
|
Loading…
Reference in New Issue
Block a user