Firefox widevine

This commit is contained in:
Aleksandr Lebedev 2025-02-15 15:20:38 +01:00
parent df42ce284a
commit fb0b5d1a11
5 changed files with 64 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ lib, config, pkgs, hwconfig, ... }:
let
lock-false = {
@ -11,6 +11,7 @@
};
in
{
imports = [] ++ lib.optional (hwconfig.system == "aarch64-linux") ./aarch64-linux.nix;
programs = {
firefox = {
enable = true;