This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
johron
/
nix-dots
mirror de
https://github.com/johron/nix-dots
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
ce6f60d765
Ramos
Etiquetas
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Histórico
Em bruto
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}