Switch from systemd-boot to Limine bootloader
This commit is contained in:
@@ -8,8 +8,23 @@
|
|||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"vm.max_map_count" = 2147483642;
|
"vm.max_map_count" = 2147483642;
|
||||||
};
|
};
|
||||||
loader.systemd-boot.enable = true;
|
loader = {
|
||||||
loader.efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
limine = {
|
||||||
|
enable = true;
|
||||||
|
style = {
|
||||||
|
wallpapers = [
|
||||||
|
./../../wallpapers/attack-on-titan-mikasa-ackerman.jpg
|
||||||
|
];
|
||||||
|
wallpaperStyle = "centered";
|
||||||
|
backdrop = "${config.stylix.base16Scheme.base00}";
|
||||||
|
interface = {
|
||||||
|
branding = "GarandOS Bootloader";
|
||||||
|
resolution = "1920x1080";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
# Appimage Support
|
# Appimage Support
|
||||||
binfmt.registrations.appimage = {
|
binfmt.registrations.appimage = {
|
||||||
wrapInterpreterInShell = false;
|
wrapInterpreterInShell = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user