fix nixgl non-nixos stuff again

This commit is contained in:
Daniel Olsen
2022-09-09 02:49:19 +02:00
parent 772a233815
commit 9639108c53
4 changed files with 87 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, overlays, ... }:
{
nixpkgs.overlays = overlays;
#nixpkgs.config.allowUnfreePredicate = (pkg: true);
nixpkgs.config.allowUnfreePredicate = (pkg: true);
imports = [ ../profiles ];
@@ -11,6 +11,7 @@
wlan = null;
secondary-fs = null;
};
profiles.base.enable = true;
profiles.base.plus = false;
profiles.gui.enable = true;