mirror of
https://github.com/callumio/nixfiles.git
synced 2026-06-20 23:34:35 +01:00
3 lines
56 B
Nix
3 lines
56 B
Nix
{pkgs, ...}: {
|
|
services.dbus.packages = [pkgs.gcr];
|
|
}
|