Improve code

This commit is contained in:
Isshi0417 2024-07-13 23:31:55 +09:00
parent 727bd04c8f
commit 625b246da3

View File

@ -12,14 +12,20 @@
device = "nodev";
useOSProber = true;
theme = "${
(pkgs.fetchFromGitHub {
theme = pkgs.stdenv.mkDerivation {
name = "tartarus-grub";
src = pkgs.fetchFromGitHub {
owner = "AllJavi";
repo = "tartarus-grub";
rev = "b116360a2a0991062a4d728cb005dfd309fbb82a";
hash = "sha256-/Pzr0R3zzOXUi2pAl8Lvg6aHTiwXTIrxQ1vscbEK/kU=";
})
}/tartarus/";
};
installPhase = ''
cp tartarus -r $out
'';
};
};
};
}