Compare commits
2 Commits
7d1436ac54
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e8f81ee07 | |||
| f01857a017 |
@@ -57,7 +57,7 @@ in {
|
||||
systemd-boot.enable = false;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
grub = {
|
||||
enable = true;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -76,4 +76,5 @@ with pkgs; [
|
||||
hyprpolkitagent
|
||||
mako
|
||||
parted
|
||||
efibootmgr
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user