mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
8 lines
79 B
Nix
8 lines
79 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.dbus.packages = [pkgs.gcr];
|
|
}
|