generated from andy/linux-nixos-hyprland-config-dotfiles
12 lines
185 B
Nix
12 lines
185 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Enable Bluetooth
|
|
hardware.bluetooth.enable = false;
|
|
hardware.bluetooth.powerOnBoot = false;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
overskride
|
|
];
|
|
}
|