summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-03-27 20:33:47 +0100
committerMinijackson <minijackson@riseup.net>2025-03-27 20:33:47 +0100
commit58dd52b959f7b1d0b9cbd31181fb26940cf40613 (patch)
treee59e960ce4f1aa381a2d502f8c6c064f84e69421
parent72580ed3c0b6fe0f012dc1a3642a03babbdd358a (diff)
downloadnixos-config-reborn-58dd52b959f7b1d0b9cbd31181fb26940cf40613.tar.gz
nixos-config-reborn-58dd52b959f7b1d0b9cbd31181fb26940cf40613.zip
flake: use new wallpapers URL
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index bf2250d..9d15682 100644
--- a/flake.lock
+++ b/flake.lock
@@ -279,15 +279,13 @@
279 "locked": { 279 "locked": {
280 "lastModified": 1743021271, 280 "lastModified": 1743021271,
281 "narHash": "sha256-S6wpeIS1QoMwQDc+K2whYUrgEO0zt/tNbCklhTTXs+Y=", 281 "narHash": "sha256-S6wpeIS1QoMwQDc+K2whYUrgEO0zt/tNbCklhTTXs+Y=",
282 "ref": "refs/heads/main",
283 "rev": "3c18fcea2017fc1ed7f1877413c9dbe486e6a051", 282 "rev": "3c18fcea2017fc1ed7f1877413c9dbe486e6a051",
284 "revCount": 1, 283 "type": "tarball",
285 "type": "git", 284 "url": "https://git.ahem.wtf/api/v1/repos/minijackson/wallpapers/archive/3c18fcea2017fc1ed7f1877413c9dbe486e6a051.tar.gz"
286 "url": "https://git.huh.gdn/wallpapers"
287 }, 285 },
288 "original": { 286 "original": {
289 "type": "git", 287 "type": "tarball",
290 "url": "https://git.huh.gdn/wallpapers" 288 "url": "https://git.ahem.wtf/minijackson/wallpapers/archive/main.tar.gz"
291 } 289 }
292 } 290 }
293 }, 291 },
diff --git a/flake.nix b/flake.nix
index b12f60c..8799fbc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
26 flake = false; 26 flake = false;
27 }; 27 };
28 wallpapers = { 28 wallpapers = {
29 url = "git+https://git.huh.gdn/wallpapers"; 29 url = "https://git.ahem.wtf/minijackson/wallpapers/archive/main.tar.gz";
30 flake = false; 30 flake = false;
31 }; 31 };
32 }; 32 };