xin/services/default.nix

5 lines
101 B
Nix
Raw Normal View History

2022-08-25 12:21:35 -06:00
{ config, lib, pkgs, ... }:
with lib; {
imports = [ ./ssh-fido-agent.nix ./config-manager.nix ];
}