Files
shed/modules/sys/default.nix

4 lines
113 B
Nix
Executable File

{ inputs, nixpkgs, config, self, username, host, lib, ... }: {
imports = [ ./hardware ./software ./sysenv ];
}