diff --git a/nix/flake.nix b/nix/flake.nix index 61c5594..bcb4472 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -29,7 +29,9 @@ system: import nixpkgs { inherit system; - config.allowUnfree = true; + config = { + allowUnfree = true; + }; } ); in { diff --git a/nix/home/yt/ytnix.nix b/nix/home/yt/ytnix.nix index c1a3a3c..384aeba 100644 --- a/nix/home/yt/ytnix.nix +++ b/nix/home/yt/ytnix.nix @@ -15,16 +15,6 @@ systemd.user.startServices = "sd-switch"; - nixpkgs = { - config = { - allowUnfree = true; - chromium = { - enableWideVine = true; - commandLineArgs = "--ozone-platform-hint=wayland --enable-features=WebUIDarkMode"; - }; - }; - }; - qt = { enable = true; platformTheme.name = "gtk";