unfree NOOOOOOOOOOOOOOOOOOOOOo

This commit is contained in:
joygnu 2024-08-08 17:25:49 +02:00
parent b661105925
commit 6160ac2698
2 changed files with 13 additions and 11 deletions

View file

@ -1,15 +1,5 @@
{ inputs, lib, pkgs, ... }:
{ inputs, ... }:
{
programs.steam.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
];
environment.systemPackages = with pkgs; [
prismlauncher
mangohud
lutris
];
networking.hostName = "desktop";
networking.networkmanager.enable = true;
services.hardware.openrgb.enable = true;

12
hosts/desktop/unfree.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs, lib, ... }:
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
];
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
prismlauncher
mangohud
lutris
];
}