xin/modules/default.nix

6 lines
81 B
Nix

{ config, lib, pkgs, ... }:
with lib; {
imports = [ ./ssh-fido-agent.nix ];
}