This commit is contained in:
Nickiel12 2023-08-18 20:13:48 -07:00
parent 42257b2053
commit 15f2e3efb0

View file

@ -1,10 +1,9 @@
{ config, lib, pkgs, fetchgit, ... }:
let
palenight = builtins.fetchgit {
palenight = builtins.fetchGit {
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
sha256 = pkgs.lib.fakeSha256;
};
in
{