Files
nix-tutorial/modules/config.nix
2026-02-25 12:28:00 -05:00

6 lines
61 B
Nix

{ ... }:
{
config = {
name = "Boaty McBoatface";
};
}