This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
johron
/
nix-dots
zrkadlo
https://github.com/johron/nix-dots
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
2baa674178
Branche
Tagy
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
História
Raw
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}