Fix unfree predicate by stealing unfreepackages from Majiir

This commit is contained in:
Jimbo 2025-02-25 06:23:59 -05:00
parent 02bc93f444
commit a4ecef2517
8 changed files with 42 additions and 28 deletions

View file

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./launchers
./emulators
./launchers
];
}

View file

@ -7,7 +7,7 @@
steam-run
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
nixpkgs.allowUnfreePackages = [
"steam"
"steam-unwrapped"
];

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
{
home.packages = with pkgs; [
dua