aboutsummaryrefslogtreecommitdiff
path: root/host/majestix.nix
blob: 26a17eae72bad5ba9ad97490f3d28b6ab8037cc9 (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

{
  imports = [
    ../gui/default.nix
  ];

  custom.hidpi = false;
}