nixos-config/config/home-manager/miifox.nix

5 lines
53 B
Nix

{ pkgs, ... }: {
imports = [
./base.nix
];
}