sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pumpkin: steam-run: install
[julm/julm-nix.git]
/
nixos
/
profiles
/
bluetooth.nix
1
{ config, ... }:
2
{
3
hardware.bluetooth.enable = true;
4
hardware.bluetooth.powerOnBoot = true;
5
services.blueman.enable = config.services.xserver.enable;
6
}