hosts/satori: changes to udev rules

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-07-26 16:42:59 +05:30
parent c33a30be60
commit cfa5a8d1b8
5 changed files with 21 additions and 13 deletions

View File

@@ -27,7 +27,18 @@
# useOSProber = true;
efiSupport = true;
device = "nodev";
splashImage = ./cirno.png;
theme = pkgs.stdenvNoCC.mkDerivation rec {
version = "1.2.0";
name = "minegrub-theme";
src = pkgs.fetchFromGitHub {
owner = "Lxtharia";
repo = "minegrub-theme";
rev = "v${version}";
sha256 = "sha256-n/fJSFrrPPyTBS8/XHaARyCxccRZiqPhhNFq0x8Q2kA=";
};
installPhase = "cp -r . $out";
};
#splashImage = ./cirno.png;
splashMode = "stretch";
configurationName = "nixbruh";
};