Skip to content

Commit

Permalink
stylix: enable Stylix in testbeds (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
danth authored Jun 10, 2024
1 parent 7682713 commit daac8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stylix/testbed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ let
# This generates a copy of each testbed for each of the following themes.
makeTestbeds = testbed: map (makeTestbed testbed) [
{
enable = true;
image = pkgs.fetchurl {
name = "three-bicycles.jpg";
url = "https://unsplash.com/photos/hwLAI5lRhdM/download?ixid=M3wxMjA3fDB8MXxhbGx8fHx8fHx8fHwxNzE2MzYxNDcwfA&force=true";
Expand All @@ -91,6 +92,7 @@ let
polarity = "light";
}
{
enable = true;
image = pkgs.fetchurl {
name = "mountains.jpg";
url = "https://unsplash.com/photos/ZqLeQDjY6fY/download?ixid=M3wxMjA3fDB8MXxhbGx8fHx8fHx8fHwxNzE2MzY1NDY4fA&force=true";
Expand Down

0 comments on commit daac8f5

Please sign in to comment.