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