4 lines
134 B
Nix
Executable File
4 lines
134 B
Nix
Executable File
{ env, inputs, nixpkgs, config, self, username, host, lib, ... }: {
|
|
imports = [ ./programs ./environment ./scripts ./files.nix ];
|
|
}
|