nixfleet/profiles/dbus/default.nix
aciceri 317e50ef9f
Emacs and inputs updated
- Added org-roam in Emacs
- Flake inputs updated
- Other little modifications
2021-10-14 01:26:52 +02:00

5 lines
107 B
Nix

{ pkgs, ... }:
{
services.dbus.packages = with pkgs; [ gnome3.dconf ];
programs.dconf.enable = true;
}