This commit is contained in:
2026-04-10 15:10:16 +01:00
parent 779d9d1562
commit b08e092351
+3 -2
View File
@@ -3,6 +3,7 @@
modules, modules,
inputs, inputs,
lib, lib,
stdenv,
... ...
}: }:
{ {
@@ -14,10 +15,10 @@
}; };
modules.helium = settings: { modules.helium = settings: {
homeManager = homeManager =
{ pkgs, home, ... }: { pkgs, ... }:
{ {
home.packages = [ home.packages = [
inputs.heliumFlake.packages.${home.nixpkgs.hostPlatform}.helium inputs.heliumFlake.packages.${pkgs.stdenv.hostPlatform.system}.helium
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Gives me widevine support. yay # Gives me widevine support. yay