mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-18 11:59:20 +00:00
3 lines
56 B
Nix
3 lines
56 B
Nix
{pkgs, ...}: {
|
|
services.dbus.packages = [pkgs.gcr];
|
|
}
|