Compare commits

..

2 Commits

Author SHA1 Message Date
92a27ac92b Add memtest86 boot menu entry. 2025-10-25 14:06:00 +01:00
fabfeea1c2 Set browser to Chrome. 2025-10-25 14:05:51 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
boot.loader.systemd-boot = { boot.loader.systemd-boot = {
enable = true; enable = true;
configurationLimit = 5; configurationLimit = 5;
memtest86.enable = true;
}; };
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
} }

View File

@@ -11,6 +11,8 @@
input = { input = {
kb_options = "caps:super"; kb_options = "caps:super";
}; };
"$browser" = "google-chrome-stable --new-window --ozone-platform=wayland";
}; };
}; };
} }