add: Bluetooth support for Pipewire
This commit is contained in:
@ -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"
|
||||
];
|
||||
|
||||
|
@ -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
|
||||
];
|
||||
|
@ -14,8 +14,7 @@ with pkgs;
|
||||
|
||||
jq
|
||||
starship
|
||||
fluffychat
|
||||
home-manager
|
||||
element-desktop
|
||||
thunderbird-bin
|
||||
youtube-music
|
||||
libreoffice-qt6-fresh
|
||||
|
Reference in New Issue
Block a user