mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 18:31:43 +01:00
refactor: Use hyphen(`-`) for variable names & folder names(except Python), replace all unserscore(`_`) with hyphen(`-`).
4 lines
71 B
Nix
4 lines
71 B
Nix
{myvars, ...}: {
|
|
home.homeDirectory = "/Users/${myvars.username}";
|
|
}
|