This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
johron
/
nix-dots
réplica de
https://github.com/johron/nix-dots
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
4abe673e05
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;
}