nix-config/modules/home-manager/lf/default.nix

7 lines
64 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./lf.nix
];
}