xin/services/default.nix

5 lines
80 B
Nix
Raw Normal View History

2022-08-25 12:21:35 -06:00
{ config, lib, pkgs, ... }:
with lib; {
2022-10-12 13:58:15 -06:00
imports = [ ./config-manager.nix ];
2022-08-25 12:21:35 -06:00
}