Compare commits

...

2 Commits

Author SHA1 Message Date
6e8f81ee07 reduce pad 2026-05-08 15:02:29 +09:00
f01857a017 bootloader 2026-05-08 15:00:07 +09:00
3 changed files with 5 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ in {
systemd-boot.enable = false;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
grub = {
enable = true;

View File

@@ -7,14 +7,10 @@
font = { size = 14; };
window = {
opacity = 1.0;
padding.x = 50;
padding.y = 50;
};
colors = {
primary = {
background = "#040404";
};
padding.x = 7;
padding.y = 7;
};
colors = { primary = { background = "#040404"; }; };
scrolling.multiplier = 5;
selection.save_to_clipboard = true;
};

View File

@@ -76,4 +76,5 @@ with pkgs; [
hyprpolkitagent
mako
parted
efibootmgr
]