From 56c17a09fedd16d04b904e2a00a6c5c2257ad9c2 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sun, 4 Jan 2026 20:31:15 +0000 Subject: [PATCH] meow --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 646a6e7..2d885ed 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,10 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; utils.url = "github:numtide/flake-utils"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -195,6 +199,8 @@ ; }; }; + in + { homeManagerModules = { widevine = { config, pkgs, ... }: @@ -216,8 +222,6 @@ }; }; }; - in - { packages.default = helium; packages.helium = helium;