add profiles.non-free

This commit is contained in:
Hendrik Sokolowski 2022-08-22 00:40:50 +02:00
parent bf1944d9c8
commit 9720df91f0

View file

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