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