15 lines
140 B
Nix
15 lines
140 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./terminal
|
|
./neovim.nix
|
|
./baseline.nix
|
|
./steam
|
|
./yubikey.nix
|
|
];
|
|
}
|