add profiles.non-free

This commit is contained in:
Hendrik Sokolowski 2022-08-22 00:40:50 +02:00
parent 25f158169f
commit 818f0f817a

View file

@ -0,0 +1,6 @@
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
hardware.enableRedistributableFirmware = true;
}