This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
johron
/
nix-dots
mirror of
https://github.com/johron/nix-dots
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
ba7d69ab0c
Branches
Tags
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Lịch sử
Raw
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}