fix nix flake check warnings

This commit is contained in:
mjallen18
2026-03-25 16:54:36 -05:00
parent ccd413d273
commit 78280d5150
6 changed files with 40 additions and 14 deletions

View File

@@ -31,6 +31,14 @@ let
isDarwin = system == "aarch64-darwin";
in
{
# The default value of `gtk.gtk4.theme` has changed from `config.gtk.theme` to `null`.
# You are currently using the legacy default (`config.gtk.theme`) because `home.stateVersion` is less than "26.05".
# To silence this warning and keep legacy behavior, set:
# gtk.gtk4.theme = config.gtk.theme;
# To adopt the new default behavior, set:
# gtk.gtk4.theme = null;
gtk.gtk4.theme = config.gtk.theme;
stylix = {
enable = true;
overlays.enable = false;