mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
refactor: Use hyphen(`-`) for variable names & folder names(except Python), replace all unserscore(`_`) with hyphen(`-`).
4 lines
83 B
Nix
4 lines
83 B
Nix
{myvars, ...}: {
|
|
programs.ssh.extraConfig = myvars.networking.ssh.extraConfig;
|
|
}
|