Compare commits

..

2 Commits

Author SHA1 Message Date
7b70cfa70e
steamplz 2024-03-22 18:21:55 +01:00
e06b7117e2
plz 2024-03-22 01:16:11 +01:00
2 changed files with 9 additions and 5 deletions

View File

@ -2,16 +2,24 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
gamescopeSession.enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server 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 = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryFlavor = "curses"; pinentryFlavor = "curses";
enableSSHSupport = true; enableSSHSupport = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
steam-run
xdg-utils xdg-utils
pass pass
xdg-desktop-portal xdg-desktop-portal

View File

@ -43,10 +43,6 @@
unstable.cmctl unstable.cmctl
unstable.krew unstable.krew
# steam
# steam-run
# steamcmd
# gamescope
tokei tokei
unzip unzip
yt-dlp yt-dlp