aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/uuid.scm
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-06-23 22:30:11 +0300
committerLudovic Courtès <ludo@gnu.org>2022-06-26 01:00:18 +0200
commit634506da75257522f6c9aecdf71ddd4fda4288f8 (patch)
treef0a78d0c92ed9b1dd87905d5eef0561ad5e52a09 /gnu/system/uuid.scm
parent14fdbeb3fbd48714f9c2ed96182945676d6391a2 (diff)
downloadguix-634506da75257522f6c9aecdf71ddd4fda4288f8.tar.gz
guix-634506da75257522f6c9aecdf71ddd4fda4288f8.zip
gnu: Add mle.
* gnu/packages/text-editors.scm (mle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/system/uuid.scm')
0 files changed, 0 insertions, 0 deletions
/newt.scm (init): Print screen size. * gnu/installer/newt/page.scm (default-listbox-height): New variable. (run-listbox-selection-page): Use it. * gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto. * gnu/installer/newt/network.scm (run-technology-page): Set the maximum listbox height to 5. * gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto. * gnu/installer/newt/final.scm (run-config-display-page): Change listbox height. * gnu/installer/newt/partition.scm (run-disk-page): Ditto. * gnu/installer/newt/welcome.scm (display-logo?): New procedure. (run-menu-page): Use it. * gnu/installer/steps.scm (%configuration-file-width): Remove it. Mathieu Othacehe