os/profiles/non-free/default.nix

7 lines
122 B
Nix
Raw Normal View History

2022-05-23 21:27:53 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
hardware.enableRedistributableFirmware = true;
}