enable gaming module to play dota

This commit is contained in:
Ivan Dimitrov 2023-11-18 12:51:24 +02:00
parent 95deda78ac
commit 758f46fc98
2 changed files with 11 additions and 11 deletions

View File

@ -1,16 +1,16 @@
{ nixpkgs, ... }: { nixpkgs, ... }:
{ {
# Uses unfree shit # Uses unfree shit
# nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
# builtins.elem (nixpkgs.lib.getName pkg) [ builtins.elem (nixpkgs.lib.getName pkg) [
# "nvidia-settings" "nvidia-settings"
# "nvidia-x11" "nvidia-x11"
# "nvidia-persistenced" "nvidia-persistenced"
# "steam" "steam"
# "steamcmd" "steamcmd"
# "steam-original" "steam-original"
# "steam-run" "steam-run"
# ]; ];
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia = { hardware.nvidia = {

View File

@ -5,7 +5,7 @@
../hardware-configuration.nix ../hardware-configuration.nix
./laptop ./laptop
modules.dnscrypt modules.dnscrypt
# modules.gaming modules.gaming
hosts.nixosModule hosts.nixosModule
]; ];
}; };