13 lines
146 B
Nix
13 lines
146 B
Nix
|
|
{ host, inputs, username, nur, pkgs, self, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./../../modules/sys
|
|
./hardware.nix
|
|
./settings.nix
|
|
./steam.nix
|
|
];
|
|
}
|
|
|