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