Compare commits
No commits in common. "7b70cfa70e40a4f0c8b199cbdf5a58976786d584" and "6a40fcd098172943d98dcbbf5beec03cd5e7860b" have entirely different histories.
7b70cfa70e
...
6a40fcd098
@ -2,24 +2,16 @@
|
||||
|
||||
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,6 +43,10 @@
|
||||
unstable.cmctl
|
||||
unstable.krew
|
||||
|
||||
# steam
|
||||
# steam-run
|
||||
# steamcmd
|
||||
# gamescope
|
||||
tokei
|
||||
unzip
|
||||
yt-dlp
|
||||
|
Loading…
Reference in New Issue
Block a user