# Desktop Install Template

[drive]
boot = "/dev/null"
root = "/dev/null"
encryption = "password"

[general]
mode = "Desktop"
locale = "de_DE.UTF-8"
keyboard_layout = "de"
keyboard_variant = "mac"
timezone = "Europe/Berlin"
hostname = "navos"
root_password = "root"
bluetooth = true
gpu_driver = "NVIDIA"
firewall = true

[pkg]
pkg = [
    "nano",
    "micro"
]

[[user]]
name = "u"
password = "pass"
wheel = true