steam removed some things

This commit is contained in:
Lorenz Hohermuth 2024-08-04 14:53:50 +02:00
parent 26b41feeef
commit f5ac190adc
2 changed files with 13 additions and 5 deletions

View File

@ -5,11 +5,17 @@
{ config, lib, pkgs, callPackage, catppuccinFlavor, ... }:
{
imports =
[
imports = [
./hardware-configuration.nix
];
programs.steam = {
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
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
catppuccin.flavor = catppuccinFlavor;
catppuccin.enable = true;
programs.dconf.enable = true;
@ -123,6 +129,8 @@
pkgs.kitty # terminal
pkgs.nitrogen # wallpapers
pkgs.tmux # multiplexer
pkgs.steam
];
# Some programs need SUID wrappers, can be configured further or are

View File

@ -62,7 +62,7 @@
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.
#
# You should not change this value, even if you update Home Manager. If you do
# want to update the value, then make sure to first check the Home Manager
# release notes.