Files
nixos-config/nixos-configurations/wallpaper.nix

6 lines
134 B
Nix
Raw Normal View History

2023-06-12 22:53:49 +02:00
{ pkgs }: pkgs.fetchurl {
url = "https://imgur.com/aAWzGqj.jpg";
hash = "sha256-iTQS939Zrvjv4rBJ6Y41kdsBBN9lT5yAoJnNg/WiMoA=";
}