feat(keywind): dark mode

This commit is contained in:
Michael Thomas 2024-05-20 14:24:35 -04:00
parent 7bcda9193b
commit 363a40a814

View File

@ -7,10 +7,10 @@ stdenv.mkDerivation {
version = "0.0.1-dev";
src = fetchFromGitHub {
owner = "lukin";
owner = "michaelhthomas";
repo = "keywind";
rev = "bdf966fdae0071ccd46dab4efdc38458a643b409";
hash = "sha256-8N+OQ6Yg9RKxqGd8kgsbvrYuVgol49bo/iJeIJXr3Sg=";
rev = "f3f016ab34ac9731ef8dadd6e79406a3c2433a34";
hash = "sha256-wronX44qyUIuoTSdKj01UlLrwH9U5qNkUuSouV+xSUU=";
};
installPhase = ''