xin/services/default.nix

5 lines
80 B
Nix

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