summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-08-26 01:24:35 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-08-26 01:24:35 +0200
commitfbdb57e5b8ca2007050bd2882bbe9ec43009d1e7 (patch)
treec29474957cf9b4ff43c3839ab1f8a3288fc9698d
parentd02a79503532ff3eca4da5c0f8dd1ccdca3dc421 (diff)
Remove unneeded comment
-rw-r--r--desktop.scm12
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