add: Bluetooth support for Pipewire

This commit is contained in:
2025-05-17 08:50:50 +02:00
parent 89942b9161
commit 0fa0b0b273
7 changed files with 39 additions and 128 deletions

View File

@ -11,15 +11,11 @@ in
inherit username homeDirectory;
packages = import ./packages.nix { inherit pkgs inputs; };
sessionVariables = {
NIXOS_OZONE_WL = "1";
TZ = "Europe/Warsaw";
};
};
nixpkgs.config = {
permittedInsecurePackages = [
"fluffychat-linux-1.26.0"
"fluffychat-linux-1.22.1"
"olm-3.2.16"
];