Add steam

main
Chandler Swift 2024-08-05 20:44:38 -05:00
parent c8036f9a55
commit 07bd6b1e33
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"factorio-alpha"
"steam"
"steam-original"
"steam-run"
];
# https://discourse.nixos.org/t/github-strategies-for-configuration-nix/1983/14
@ -177,6 +180,8 @@
programs.ssh.startAgent = true;
programs.steam.enable = true;
# List services that you want to enable:
services.fprintd.enable = true;