From e0ea7df970b9f85107aa0aa6b9ccc58c4960ab8b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 22:15:06 -0400 Subject: [PATCH] add bluetooth Signed-off-by: ahuston-0 --- users/alice/systems/artemision/{pipewire.nix => audio.nix} | 4 ++++ users/alice/systems/artemision/configuration.nix | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) rename users/alice/systems/artemision/{pipewire.nix => audio.nix} (87%) diff --git a/users/alice/systems/artemision/pipewire.nix b/users/alice/systems/artemision/audio.nix similarity index 87% rename from users/alice/systems/artemision/pipewire.nix rename to users/alice/systems/artemision/audio.nix index 223abb2..a81e0dd 100644 --- a/users/alice/systems/artemision/pipewire.nix +++ b/users/alice/systems/artemision/audio.nix @@ -28,5 +28,9 @@ '') ]; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + services.blueman.enable = true; + environment.systemPackages = with pkgs; [ pavucontrol ]; } diff --git a/users/alice/systems/artemision/configuration.nix b/users/alice/systems/artemision/configuration.nix index 0c56dc5..137e12e 100644 --- a/users/alice/systems/artemision/configuration.nix +++ b/users/alice/systems/artemision/configuration.nix @@ -9,7 +9,7 @@ ./zerotier.nix ./fonts.nix ./polkit.nix - ./pipewire.nix + ./audio.nix ./fingerprint.nix ./steam.nix ./graphics.nix @@ -75,6 +75,7 @@ #systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd. }; + system.stateVersion = "24.05"; sops = {