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"
];

View File

@ -83,7 +83,8 @@
programs.vscode = {
enable = true;
package = pkgs.vscodium;
profiles.default.extensions = with pkgs.vscode-extensions; [
# TODO: migrate to 'profiles.default.extensions' on new stable
extensions = with pkgs.vscode-extensions; [
rust-lang.rust-analyzer
bbenoist.nix
];

View File

@ -14,8 +14,7 @@ with pkgs;
jq
starship
fluffychat
home-manager
element-desktop
thunderbird-bin
youtube-music
libreoffice-qt6-fresh