This ensures home-manager devices use the the already downloaded nixpkgs for ad-hoc commands like nix-shell and comma, as well as adds this flake to the registry (currently assumed to be located at ~/nixfiles, I should make this configurable later)
9 lines
72 B
Nix
9 lines
72 B
Nix
{...}:
|
|
{
|
|
imports = [
|
|
./wm.nix
|
|
./nodm.nix
|
|
./nix.nix
|
|
];
|
|
}
|