nix-config/machines/aramis/profiles.nix

8 lines
103 B
Nix

{ ... }:
{
my.profiles = {
# Bluetooth configuration and GUI
bluetooth.enable = true;
};
}