aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
blob: 266a37e43088114da8e802ebaa38be6a14fe7849 (plain)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

{
  options.custom.hidpi = pkgs.lib.mkOption {
    type = pkgs.lib.types.bool;
    description = "Configure UI for high DPI displays";
  };
}