16 lines
187 B
Nix
16 lines
187 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./common.nix
|
|
./desktop.nix
|
|
./dev.nix
|
|
./extra.nix
|
|
./gaming
|
|
./ssh.nix
|
|
./style.nix
|
|
./usernix
|
|
./vim.nix
|
|
];
|
|
}
|