summaryrefslogtreecommitdiff
path: root/system-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'system-configuration.scm')
-rw-r--r--system-configuration.scm17
1 files changed, 10 insertions, 7 deletions
diff --git a/system-configuration.scm b/system-configuration.scm
index a367f93..f27d047 100644
--- a/system-configuration.scm
+++ b/system-configuration.scm
@@ -11,13 +11,9 @@
ssh
xorg )
-( operating-system
- ( locale "pl_PL.utf8" )
- ( timezone "Europe/Warsaw" )
- ( keyboard-layout
- ( keyboard-layout "pl" ) )
- ( host-name "aisaka" )
- ( users
+( define keyboard-layouts ( keyboard-layout "pl" ) )
+
+( define user-accounts
( cons*
( user-account
( name "marek" )
@@ -30,6 +26,13 @@
"audio"
"video" ) ) )
%base-user-accounts ) )
+
+( operating-system
+ ( locale "pl_PL.utf8" )
+ ( timezone "Europe/Warsaw" )
+ ( keyboard-layout keyboard-layouts )
+ ( host-name "aisaka" )
+ ( users user-accounts )
( packages
( append
( map