Bluetooth
This commit is contained in:
parent
78dca0df4c
commit
e8d1371ae8
14
nixos/modules/bluetooth.nix
Normal file
14
nixos/modules/bluetooth.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
Experimental = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
./virtmanager.nix
|
||||
./hyprland.nix
|
||||
./trim.nix
|
||||
./bluetooth.nix
|
||||
./nixvim/nixvim.nix
|
||||
];
|
||||
}
|
||||
|
@ -51,6 +51,7 @@
|
||||
brightnessctl
|
||||
swww
|
||||
openssl
|
||||
lazygit
|
||||
|
||||
# GUI utils
|
||||
feh
|
||||
|
Loading…
Reference in New Issue
Block a user