saturnOS/saturn/system.nix.template

11 lines
183 B
Plaintext

# copy this file to "system.nix" and configure it for your system !
{
user = "saturn";
host = "qemu";
prettyHost = "🪐 saturnOS";
# packages = {
# }
# userPackages = {
# }
}