update system

This commit is contained in:
2025-09-19 13:20:35 +02:00
parent 6d296224ce
commit 8198e46252
5 changed files with 13 additions and 48 deletions

View File

@@ -41,7 +41,7 @@ in
};
transparency = lib.mkOption {
type = lib.types.numbers.between 0 1;
default = 0.8;
default = 0.9;
description = "The transparency of apps";
};
radius = lib.mkOption {