aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/custom.nix b/custom.nix
index 38a0046..fc4d5df 100644
--- a/custom.nix
+++ b/custom.nix
@@ -6,11 +6,6 @@ let
in {
options.custom = {
- hidpi = mkOption {
- type = types.bool;
- description = "Configure UI for high DPI displays";
- };
-
tasks = mkOption {
type = types.attrsOf (types.submodule {
options = {