move bluetooth and networkmanager into seperate modules
This commit is contained in:
parent
c23775319c
commit
75cef64203
5
modules/bluetooth.nix
Normal file
5
modules/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
# Laptops need NetworkManger
|
||||
networking.networkmanager.enable = true;
|
||||
programs.nm-applet.enable = true;
|
||||
}
|
3
modules/networkmanager.nix
Normal file
3
modules/networkmanager.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
Loading…
Reference in a new issue