nix flake update

This commit is contained in:
2025-09-16 22:00:21 +03:00
parent f95fcb9909
commit 14d5c608b9

View File

@@ -3,7 +3,7 @@
pkgs,
...
}: {
nixpkgs.config.permittedInsecurePackages = ["python-2.7.18.8"];
nixpkgs.config.permittedInsecurePackages = ["qtwebengine-5.15.19"];
nixpkgs.config = {chromium = {enableWideVine = true;};};
users.users.user = {
isNormalUser = true;