added bluetooth and xremap and screenshots
This commit is contained in:
parent
3449e5a858
commit
6baa7c361c
8 changed files with 371 additions and 15 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{config, pkgs, }:
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true; # enables support for Bluetooth
|
||||
powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
services.blueman.enable = true;
|
||||
{config, pkgs, ... }:
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true; # enables support for Bluetooth
|
||||
powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue