Add steam

This commit is contained in:
DACHXY 2024-12-17 01:42:58 +08:00
parent eb010055b2
commit 3175158f84
8 changed files with 43 additions and 18 deletions

View file

@ -1,8 +1,14 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
documentation.nixos.enable = false;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
nix = {