style: fix identation on bootloader-configuration
parent
1cea301441
commit
d8de79bf59
10
buer.scm
10
buer.scm
|
@ -48,11 +48,11 @@
|
|||
(bootloader
|
||||
(bootloader-configuration
|
||||
(bootloader grub-bootloader)
|
||||
(targets `("/dev/sda"))
|
||||
(theme (grub-theme
|
||||
(image (file-append %artwork-repository
|
||||
"/backgrounds/guix-silver-16-9.svg"))
|
||||
(gfxmode `("1280x720x32"))))))
|
||||
(targets `("/dev/sda"))
|
||||
(theme (grub-theme
|
||||
(image (file-append %artwork-repository
|
||||
"/backgrounds/guix-silver-16-9.svg"))
|
||||
(gfxmode `("1280x720x32"))))))
|
||||
|
||||
(kernel-arguments
|
||||
`("modprobe.blacklist=usbmouse,usbkbd,pcspkr"
|
||||
|
|
Loading…
Reference in New Issue