mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
d3e46e5413
Signed-off-by: Magic_RB <magic_rb@redalder.org>
6 lines
106 B
Nix
6 lines
106 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
networking.networkmanager.enable = true;
|
|
}
|