[m] Migrated deprecated options & lock update

This commit is contained in:
soraefir
2024-02-06 09:23:37 +01:00
parent 7434010069
commit 4f7a2fca23
18 changed files with 270 additions and 268 deletions

View File

@ -2,7 +2,7 @@
let
scheme = config.colorScheme;
colors = scheme.colors;
colors = scheme.palette;
dither =
"atkinson"; # none | floyd-steinberg | atkinson | jjn | burkes | sierra | sierra-lite
in pkgs.stdenv.mkDerivation rec {