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,
inputs,
lib,
stdenv,
...
}:
{
@@ -14,10 +15,10 @@
};
modules.helium = settings: {
homeManager =
{ pkgs, home, ... }:
{ pkgs, ... }:
{
home.packages = [
inputs.heliumFlake.packages.${home.nixpkgs.hostPlatform}.helium
inputs.heliumFlake.packages.${pkgs.stdenv.hostPlatform.system}.helium
];
nixpkgs.config.allowUnfree = true;
# Gives me widevine support. yay