This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
johron
/
nix-dots
Mirror von
https://github.com/johron/nix-dots
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
b09a714366
Branches
Tags
master
nix-dots
/
nixos
/
hardware
/
bluetooth
/
default.nix
default.nix
88 B
Verlauf
Originalformat
1
2
3
4
5
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}