This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
johron
/
nix-dots
mirror da
https://github.com/johron/nix-dots
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
61a8601ca6
Rami (Branch)
Tag
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Cronologia
Originale
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}