style: fix identation on bootloader-configuration

pull/1/head
anemofilia 2023-10-02 00:50:57 -03:00
parent 1cea301441
commit d8de79bf59
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@
(bootloader (bootloader
(bootloader-configuration (bootloader-configuration
(bootloader grub-bootloader) (bootloader grub-bootloader)
(targets `("/dev/sda")) (targets `("/dev/sda"))
(theme (grub-theme (theme (grub-theme
(image (file-append %artwork-repository (image (file-append %artwork-repository
"/backgrounds/guix-silver-16-9.svg")) "/backgrounds/guix-silver-16-9.svg"))
(gfxmode `("1280x720x32")))))) (gfxmode `("1280x720x32"))))))
(kernel-arguments (kernel-arguments
`("modprobe.blacklist=usbmouse,usbkbd,pcspkr" `("modprobe.blacklist=usbmouse,usbkbd,pcspkr"