mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
5 lines
116 B
Nix
5 lines
116 B
Nix
{...}: {
|
|
flake.nixosModules.gpg-pinentry-wayland = {pkgs, ...}: {
|
|
services.dbus.packages = [pkgs.gcr];
|
|
};
|
|
}
|