stupid qt5 web sit

This commit is contained in:
Zastian Pretorius
2025-08-30 15:39:07 +01:00
parent b1384a3898
commit 0c57087584
4 changed files with 65 additions and 55 deletions

View File

@@ -40,6 +40,7 @@ in
build-dir = "/var/tmp";
auto-optimise-store = true;
};
};
# Set your time zone.
@@ -171,7 +172,13 @@ in
virtualisation.libvirtd.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
];
};
};
security.pam.services.swaylock = { };
security.pam.services.greetd.enableGnomeKeyring = true;