[WIP] idk

This commit is contained in:
Andrea Ciceri 2022-09-30 17:23:48 +02:00
parent dd4cbbb517
commit 132b6634d7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
13 changed files with 285 additions and 63 deletions

4
modules/dbus/default.nix Normal file
View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
services.dbus.packages = with pkgs; [dconf];
programs.dconf.enable = true;
}