revert: "nix: add plymouth"
This reverts commit 84780229db3105ba94eea72fe1f18ea206358382.
This commit is contained in:
parent
7f72c40418
commit
5e2f0c8191
2 changed files with 10 additions and 25 deletions
|
|
@ -3,8 +3,7 @@
|
||||||
# theming of grub
|
# theming of grub
|
||||||
|
|
||||||
{
|
{
|
||||||
boot = {
|
boot.loader.grub = {
|
||||||
loader.grub = {
|
|
||||||
theme = pkgs.stdenv.mkDerivation {
|
theme = pkgs.stdenv.mkDerivation {
|
||||||
pname = "hyperfluent";
|
pname = "hyperfluent";
|
||||||
version = "v1.0.1";
|
version = "v1.0.1";
|
||||||
|
|
@ -17,18 +16,4 @@
|
||||||
installPhase = "cp -r nixos $out";
|
installPhase = "cp -r nixos $out";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd.systemd.enable = true;
|
|
||||||
|
|
||||||
plymouth = {
|
|
||||||
enable = true;
|
|
||||||
theme = "rings";
|
|
||||||
themePackages = with pkgs; [
|
|
||||||
# By default we would install all themes
|
|
||||||
(adi1090x-plymouth-themes.override {
|
|
||||||
selected_themes = [ "rings" ];
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
wallpaper.png
BIN
wallpaper.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB |
Loading…
Add table
Add a link
Reference in a new issue