diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 3c2fd03..b05135e 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -26,6 +26,7 @@ gthumb unstable.arduino-ide moonlight-qt + prismlauncher ]; home.stateVersion = "23.11"; diff --git a/modules/system/desktop/bluetooth.nix b/modules/system/desktop/bluetooth.nix index 446d3f2..0921b77 100644 --- a/modules/system/desktop/bluetooth.nix +++ b/modules/system/desktop/bluetooth.nix @@ -10,7 +10,6 @@ }; }; }; - hardware.pulseaudio.enable = true; services.blueman.enable = true; }