1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-20 06:31:40 +03:00
digga/modules/nix-path.nix

8 lines
160 B
Nix

{ channel, inputs, ... }: {
nix.nixPath = [
"nixpkgs=${channel.input}"
"nixos-config=${../lib/compat/nixos}"
"home-manager=${inputs.home}"
];
}