4 lines
118 B
Nix
Executable File
4 lines
118 B
Nix
Executable File
{ inputs, nixpkgs, config, self, username, host, lib, ... }: {
|
|
imports = [ ./hardware ./software ./environment ];
|
|
}
|