style: use lisp-case in partition labels

pull/1/head
anemofilia 2023-08-11 09:33:19 -03:00
parent 85d30480a1
commit a27e65a9d3
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@
(resolution '(1280 . 720))
(gfxmode '("1280x720x32"))))))
(kernel linux-libre-6.4)
(kernel-arguments
(list "modprobe.blacklist=usbmouse,usbkbd"
"thinkpad_acpi.fan_control=1"
@ -71,7 +70,7 @@
(mount-point "/")
(type "ext4"))
(file-system
(device (file-system-label "HOME"))
(device (file-system-label "home"))
(mount-point "/home")
(type "ext4"))
%base-file-systems))