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

5 lines
68 B
Nix

{ pkgs, ... }: {
imports = [
(import ./base.nix false)
];
}