From 8208f97b191cc286f5d90a874fdb2d446a273e1f Mon Sep 17 00:00:00 2001 From: Akulij Date: Fri, 31 Jan 2025 18:44:30 +0000 Subject: [PATCH] ignore this --- configuration.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/configuration.nix b/configuration.nix index cdec2d8..8268e8d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,7 @@ let unstable = import (fetchTarball { - url = "https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz"; - sha256 = "0k9xxn1kz32jbjzgcqxmh7czx0mrpq6zais5pzd86bii50cl40c7"; + url = "https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz"; + sha256 = "0k9xxn1kz32jbjzgcqxmh7czx0mrpq6zais5pzd86bii50cl40c7"; }) { }; in { modulesPath, config, lib, pkgs, ... }: { @@ -64,18 +64,18 @@ in enable = true; xwayland.enable = true; }; - 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 - }; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "steam" - "steam-original" - "steam-unwrapped" - "steam-run" - ]; + # 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 + # }; + # nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + # "steam" + # "steam-original" + # "steam-unwrapped" + # "steam-run" + # ]; @@ -92,7 +92,7 @@ in }; environment.systemPackages = map lib.lowPrio [ - unstable.cope + # unstable.cope pkgs.curl pkgs.gitMinimal pkgs.neovim