Firefox widevine
This commit is contained in:
parent
df42ce284a
commit
fb0b5d1a11
5 changed files with 64 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue