All scripts have been moved to the overlay folder in the top level directory Overlay is now instantiated per configuration to make use of the host variable
4 lines
124 B
Nix
Executable File
4 lines
124 B
Nix
Executable File
{ env, inputs, nixpkgs, config, self, username, host, lib, ... }: {
|
|
imports = [ ./programs ./environment ./files.nix ];
|
|
}
|