From ddd6e973d651b9d9c4d160c8ebb288daa071e259 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 20 Jan 2025 20:49:03 -0500 Subject: Updated Thinkpad config to latest, updated all packages, updated docker compose, changed nixGL to make hyprland work again, now using bash with starship config --- RyanThinkpad.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'RyanThinkpad.scm') diff --git a/RyanThinkpad.scm b/RyanThinkpad.scm index 1066bac..5ca1cf6 100644 --- a/RyanThinkpad.scm +++ b/RyanThinkpad.scm @@ -1,4 +1,5 @@ (use-modules (ryan-config base-system) + (ryan-bootloader uki) (gnu)) (operating-system @@ -10,7 +11,7 @@ (host-name "RyanThinkpad") (mapped-devices (list (mapped-device (source (uuid - "adcaf322-7ee5-48ec-abf6-4a9b10643878")) + "40a2c899-a54f-400b-b3b8-9f83b8378c61")) (target "sysroot") (type luks-device-mapping)))) (file-systems (cons* (file-system @@ -20,9 +21,13 @@ (dependencies mapped-devices)) (file-system (mount-point "/boot/efi") - (device (uuid "DFE8-32EF" + (device (uuid "A73D-7D13" 'fat32)) (type "vfat")) %base-file-systems)) + (bootloader (bootloader-configuration + (bootloader uefi-uki-bootloader) + (targets (list "/boot/efi")) + (keyboard-layout (keyboard-layout "us")))) (swap-devices (list - (swap-space (target (uuid "7e1bb7c5-da2a-4509-8263-f707fc752993")))))) + (swap-space (target (uuid "87b91351-93b6-4dcc-814f-64c0f901c4f3")))))) -- cgit v1.2.3