This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
johron
/
nix-dots
miroir de
https://github.com/johron/nix-dots
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
3b5c08abf0
Branches
Tags
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Historique
Raw
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}