From 6ae9fee82ca0e27af89bcf8b19754f8cc2869088 Mon Sep 17 00:00:00 2001 From: insert Date: Thu, 11 Jul 2024 10:52:49 -0400 Subject: [PATCH] Enable bluetooth on laptop --- special/insertlaptop.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/special/insertlaptop.nix b/special/insertlaptop.nix index a098e74..aab737d 100644 --- a/special/insertlaptop.nix +++ b/special/insertlaptop.nix @@ -5,11 +5,15 @@ environment.systemPackages = [ pkgs.acpi pkgs.brightnessctl + pkgs.libreoffice ]; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + services.blueman.enable = true; home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod4"; - home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = { - text = ''autogenerated = 0 # remove this line to remove the warning + home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = { + text = ''autogenerated = 0 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,1536x1024,auto,1