summaryrefslogtreecommitdiff
path: root/hscript/meta.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/meta.hh')
-rw-r--r--hscript/meta.hh21
1 files changed, 21 insertions, 0 deletions
diff --git a/hscript/meta.hh b/hscript/meta.hh
index 0446274..9491aac 100644
--- a/hscript/meta.hh
+++ b/hscript/meta.hh
@@ -21,6 +21,27 @@ namespace Keys {
class Hostname : public Key {
};
+class PkgInstall : public Key {
+};
+
+class Language : public Key {
+};
+
+class Keymap : public Key {
+};
+
+class Firmware : public Key {
+};
+
+class Timezone : public Key {
+};
+
+class Repository : public Key {
+};
+
+class SigningKey : public Key {
+};
+
}
}