Pin stylix and fix wallpaper url

This commit is contained in:
Dave Gallant
2024-12-15 11:09:36 -05:00
parent 51b5f9a92d
commit 4718a9badb
3 changed files with 14 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ in
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
image = pkgs.fetchurl {
url = "https://github.com/davegallant/nix-config/blob/main/nixos-wallpaper.png?raw=true";
url = "https://raw.githubusercontent.com/davegallant/nix-config/refs/heads/main/nixos-wallpaper.png";
sha256 = "Ztqn9+CHslr6wZdnOTeo/YNi/ICerpcFLyMArsZ/PIY=";
};
polarity = "dark";