From 20b769da0c2d91ef9ff1a804eb050615e6de7e15 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 23:57:11 +0000 Subject: m --- hosts/local/s15/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/local/s15/configuration.nix') diff --git a/hosts/local/s15/configuration.nix b/hosts/local/s15/configuration.nix index a326dd4..ae594de 100644 --- a/hosts/local/s15/configuration.nix +++ b/hosts/local/s15/configuration.nix @@ -18,6 +18,11 @@ ]; }; in { + nixpkgs.config = { + allowUnfree = true; + allowUnfreePredicate = _: true; + chromium.enableWideVine = true; + }; wsl.enable = true; wsl.defaultUser = "y"; imports = [ @@ -27,6 +32,7 @@ in { ../../pkgs.nix ../../server.nix ../../gpg.nix + ./gui.nix ]; environment.systemPackages = [ wrappers -- cgit v1.2.3