Enable bluetooth on laptop
This commit is contained in:
parent
28cacbfbba
commit
6ae9fee82c
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue