5 lines
80 B
Nix
5 lines
80 B
Nix
{ config, lib, pkgs, ... }:
|
|
with lib; {
|
|
imports = [ ./config-manager.nix ];
|
|
}
|