1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

Fix typo in stylix.nix

Fix typo in stylix.nix. `hhttps` instead of `https`.
This commit is contained in:
Jay Joshua
2024-12-22 19:44:57 +01:00
parent 1faa541cde
commit 51c3b29c5f

View File

@@ -63,7 +63,7 @@
}; };
image = pkgs.fetchurl { image = pkgs.fetchurl {
url = "hhttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.pngttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.png"; url = "https://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.png";
sha256 = "036gqhbf6s5ddgvfbgn6iqbzgizssyf7820m5815b2gd748jw8zc"; sha256 = "036gqhbf6s5ddgvfbgn6iqbzgizssyf7820m5815b2gd748jw8zc";
}; };
}; };