marleyos/modules/home/nix.nix

3 lines
84 B
Nix

{inputs, ...}: {
config.nixpkgs = import ../base/nixpkgs.nix {inherit inputs;};
}