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

5 lines
62 B
Nix

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