restuct services

This commit is contained in:
cnst
2024-07-22 10:45:20 +02:00
parent 04ee4810b9
commit 5a1f8fbb31
17 changed files with 13 additions and 13 deletions

View File

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