1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

dbus with dconf

This commit is contained in:
Stefan Ellmauthaler 2021-09-27 22:36:12 +02:00
parent 9a5b26aca0
commit 28a0e4f9ac

View File

@ -62,6 +62,11 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
services.dbus = {
enable = true;
packages = with pkgs; [ gnome3.dconf ];
};
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;