5 lines
101 B
Nix
5 lines
101 B
Nix
{ config, lib, pkgs, ... }:
|
|
with lib; {
|
|
imports = [ ./ssh-fido-agent.nix ./config-manager.nix ];
|
|
}
|