mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
6 lines
106 B
Nix
6 lines
106 B
Nix
|
{ config, pkgs, ... }:
|
||
|
{
|
||
|
hardware.bluetooth.enable = true;
|
||
|
networking.networkmanager.enable = true;
|
||
|
}
|