Evie Litherland-Smith
ee34f667b9
Move hyprland specific audio/bluetooth packages into hyprland expression Increase frequency of nix cleanup, same duration
8 lines
86 B
Nix
8 lines
86 B
Nix
{ ... }:
|
|
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
}
|