From 7ff41be0cd994c1b1b3aa5073afd54ad76bcd516 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 28 Sep 2024 11:46:50 +0200 Subject: refactor(ayase): modernize the code comments --- systems/ayase.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'systems/ayase.scm') diff --git a/systems/ayase.scm b/systems/ayase.scm index e4c2420..053d0fa 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -60,7 +60,7 @@ (define root-filesystem-uuid (uuid "615a98cd-a632-4ee5-a6f4-e5ebcaa6fb8c")) -;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define (home-environments) (use-modules (users id1000)) @@ -90,11 +90,9 @@ (device root-filesystem-uuid) (type "ext4"))) -;; # (define swap-1 (swap-space (target (swap-label "-1")))) -;; # (define swap-2 (swap-space (target (swap-label "-2")))) @@ -116,7 +114,7 @@ pinentry-qt pinentry-tty)))) -;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define bootloader (bootloader-configuration (bootloader grub-efi-bootloader) @@ -139,12 +137,10 @@ (list home-services) (system-services))) -;; (list #) (define swap-devices (list swap-1 swap-2)) -;; (list #) (define (users) (use-modules (users id1000)) (append %base-user-accounts @@ -155,9 +151,8 @@ (append %default-locale-definitions (list polish-locale))) -;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; # (define-public operating-system* (operating-system (kernel linux) (bootloader bootloader) -- cgit v1.2.3