From 3097ba2b05b600183659c74079edea9569b8ca16 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 20 Jan 2024 18:08:29 +0100 Subject: [PATCH] added bluetooth config --- devices/desktop/default.nix | 8 +++++++- modules/home/discord/default.nix | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/devices/desktop/default.nix b/devices/desktop/default.nix index e7d861f..67cf991 100644 --- a/devices/desktop/default.nix +++ b/devices/desktop/default.nix @@ -40,6 +40,13 @@ package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta; }; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + + services.blueman.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave @@ -47,5 +54,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - } diff --git a/modules/home/discord/default.nix b/modules/home/discord/default.nix index 97e964f..af7ba67 100644 --- a/modules/home/discord/default.nix +++ b/modules/home/discord/default.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { home.packages = with pkgs; [ dorion + webcord ]; home.file = {