diff --git a/modules/desktop/core/desktop.nix b/modules/desktop/core/desktop.nix index f316f03..41eb4d4 100644 --- a/modules/desktop/core/desktop.nix +++ b/modules/desktop/core/desktop.nix @@ -17,6 +17,10 @@ in }; config = mkIf cfg.enable { + + hardware.bluetooth.enable = true; #enable bluetooth + hardware.bluetooth.powerOnBoot = true; + environment.systemPackages = with pkgs; [ vscodium brave @@ -24,7 +28,6 @@ in nixfmt-rfc-style easyeffects #also need easy effects presets https://github.com/JackHack96/EasyEffects-Presets plexamp - libsForQt5.plasma-firewall ]; programs = {