Integrate hummelberg desktop configuration

This commit is contained in:
Fabian Hauser 2020-11-30 16:23:45 +01:00
parent e8f2a29484
commit 81eb15d52a
22 changed files with 824 additions and 25 deletions

View file

@ -0,0 +1,18 @@
{ config, pkgs, lib, ... }:
{
services.blueman.enable = true;
# Enable sound.
sound.enable = true;
hardware = {
pulseaudio.enable = true;
opengl.enable = true;
u2f.enable = true;
acpilight.enable = true;
bluetooth.enable = true;
};
}