diff options
Diffstat (limited to 'custom.nix')
-rw-r--r-- | custom.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 = { |