fix nix flake check warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user