xin/services/default.nix

2 lines
78 B
Nix
Raw Normal View History

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