- Add config option to switch between window managers / desktop environments - Remove systemPackages attribute when a service or program attribute is available - Add GNOME to gui
7 lines
103 B
Nix
7 lines
103 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
services.blueman.enable = true;
|
|
}
|