add tablet modes for firefox and gnome

This commit is contained in:
2025-10-10 23:18:42 +01:00
parent 6c69dab6fa
commit 950fe60383
9 changed files with 136 additions and 110 deletions

View File

@@ -8,15 +8,15 @@ with lib;
options.terminal = {
nixUpdateLocation = mkOption {
type = lib.types.nullOr lib.types.str;
type = types.nullOr types.str;
default = null;
};
flakeUpdateLocation = mkOption {
type = lib.types.nullOr lib.types.str;
type = types.nullOr types.str;
default = null;
};
homeUpdateLocation = mkOption {
type = lib.types.nullOr lib.types.str;
type = types.nullOr types.str;
default = null;
};
};