diff options
-rw-r--r-- | desktop.scm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/desktop.scm b/desktop.scm index 5f254af..0cbe6f3 100644 --- a/desktop.scm +++ b/desktop.scm @@ -31,17 +31,7 @@ (bootloader-configuration (bootloader grub-efi-bootloader) (targets (list "/boot/efi")) - (keyboard-layout keyboard-layout) - - ; Doesn't work (YET) - #;(menu-entries - (cons (menu-entry - (label "Ubuntu - Tuxedo OS") - (device "primary") - (linux "/vmlinuz") - (initrd "/initrd")) - '())))) - + (keyboard-layout keyboard-layout))) (swap-devices (list (swap-space (target "/dev/sda3")))) (file-systems |