This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
johron
/
nix-dots
espejo de
https://github.com/johron/nix-dots
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
8d1c7a8f48
Ramas
Etiquetas
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Histórico
Raw
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}