README small fix
This commit is contained in:
parent
5422a3d316
commit
de61b287e5
10
README.md
10
README.md
@ -14,9 +14,9 @@ inputs = {
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> If you switched your theme from systemd-boot to GRUB
|
> If you switched your theme from systemd-boot to GRUB.
|
||||||
> You have to change your boot entry in UEFI or BIOS to GRUB
|
> You have to change your boot entry in UEFI or BIOS to GRUB.
|
||||||
> Because NixOS will otherwise still boot into systemd-boot
|
> Because NixOS will otherwise still boot into systemd-boot.
|
||||||
|
|
||||||
- Then set GRUB theme to this package in your **configuration.nix** file
|
- Then set GRUB theme to this package in your **configuration.nix** file
|
||||||
```nix
|
```nix
|
||||||
@ -26,8 +26,8 @@ boot.loader.grub.theme = inputs.grub-theme.packages.x86_64-linux.xenlism-grub-th
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Just a side note, in case you are using stylix or something that sets GRUB theme for you
|
> Just a side note, in case you are using stylix or something that sets GRUB theme for you.
|
||||||
> You will maybe have to set this option with *lib.mkForce* to make it override other value
|
> You will maybe have to set this option with *lib.mkForce* to make it override other value.
|
||||||
|
|
||||||
- You can pick from list of distros and resolutions that are present in the [original repo](https://github.com/xenlism/Grub-themes/)
|
- You can pick from list of distros and resolutions that are present in the [original repo](https://github.com/xenlism/Grub-themes/)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user