switch to limine boot
This commit is contained in:
parent
7b9bbc95a0
commit
e31dcb28c0
1 changed files with 13 additions and 2 deletions
|
|
@ -21,9 +21,20 @@
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
systemd-boot = {
|
limine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 3;
|
maxGenerations = 3;
|
||||||
|
extraConfig = ''
|
||||||
|
timeout: 3
|
||||||
|
'';
|
||||||
|
style = {
|
||||||
|
wallpapers = [ ];
|
||||||
|
backdrop = "#1e1e2e";
|
||||||
|
interface = {
|
||||||
|
branding = "kova's nixos!";
|
||||||
|
brandingColor = 5;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = false;
|
canTouchEfiVariables = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue