From 1941ff12f7e7bf621b0341d3adc25d64a5b51b1c Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 16 Mar 2024 20:49:22 +0100 Subject: [PATCH] Updated laptop configuration --- hosts/laptop/home.nix | 1 + modules/system/desktop/bluetooth.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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; }