nix-config/examples/laptop.nix
Donovan Glover a22b9355dd
nix: Use variables
This should make things easier to change and maintain over time, with
the ultimate goal of making it easy to provide example configurations
that can be expanded upon.
2023-06-03 13:51:43 -04:00

5 lines
53 B
Nix

{
hostname = "nixos";
system = "x86_64-linux";
}