diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/majestix.nix | 9 |
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; +} |