Bluetooth
This commit is contained in:
parent
db68e08972
commit
6ed98acbdb
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
|
./virtmanager.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./trim.nix
|
./trim.nix
|
||||||
|
./bluetooth.nix
|
||||||
./nixvim/nixvim.nix
|
./nixvim/nixvim.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
brightnessctl
|
brightnessctl
|
||||||
swww
|
swww
|
||||||
openssl
|
openssl
|
||||||
|
lazygit
|
||||||
|
|
||||||
# GUI utils
|
# GUI utils
|
||||||
feh
|
feh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user