meow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user