flake.lock: bump

This commit is contained in:
2025-12-01 20:40:50 +02:00
parent d718184776
commit 4ae4e3df73
4 changed files with 100 additions and 126 deletions

View File

@@ -385,6 +385,10 @@ in {
autoEnable = true;
polarity = themes.${cfg.theme}.polarity;
base16Scheme = themes.${cfg.theme}.scheme;
enable = true;
# TODO: disable when stylix updates
enableReleaseChecks = false;
opacity = {
applications = 1.0;

View File

@@ -24,7 +24,7 @@
"cgroups"
# Enable the use of the fetchClosure built-in function in the Nix language.
"fetch-closure"
# "fetch-closure"
# Allow derivation builders to call Nix, and thus build derivations recursively.
# "recursive-nix"