From ba648c277cfedcf47ed70f18112126e327313939 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 9 Jan 2025 17:30:17 +0100 Subject: [PATCH] Small fix --- modules/home/theming/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/theming/stylix.nix b/modules/home/theming/stylix.nix index 16aff8f..7e49415 100644 --- a/modules/home/theming/stylix.nix +++ b/modules/home/theming/stylix.nix @@ -14,7 +14,7 @@ in { }; settings.theming.stylix.wallpaper = lib.mkOption { - type = lib.types.enum ["wallpaper-2" "kiiwy"]; + type = lib.types.enum ["wallpaper-2.png" "kiiwy.png"]; description = '' Choose wallpaper '';