xin/services/default.nix
Aaron Bieber 5f9bde625b
fmt: fix fmt \o/
also add deadnix checks
2023-06-14 10:45:03 -06:00

2 lines
78 B
Nix

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