From 01da83449a30408f9d304402df337333a406d74b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 25 Feb 2019 12:25:55 +0100 Subject: Add majestix specific config --- host/majestix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 host/majestix.nix 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; +} -- cgit v1.2.3