aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/majestix.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/majestix.nix b/host/majestix.nix
new file mode 100644
index 0000000..26a17ea
--- /dev/null
+++ b/host/majestix.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+{
+ imports = [
+ ../gui/default.nix
+ ];
+
+ custom.hidpi = false;
+}