diff options
-rw-r--r-- | systems/ayase/guix-ayase.org | 2 | ||||
-rw-r--r-- | systems/ayase/system-configuration.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/systems/ayase/guix-ayase.org b/systems/ayase/guix-ayase.org index 6d468d5..e76b4dd 100644 --- a/systems/ayase/guix-ayase.org +++ b/systems/ayase/guix-ayase.org @@ -26,7 +26,7 @@ (type "vfat"))) (define keyboard - (keyboard-layout "pl")) + '(keyboard-layout "pl")) (define marek-account (user-account (name "marek") diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index f098496..7ac5a43 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -16,7 +16,7 @@ (type "vfat"))) (define keyboard - (keyboard-layout "pl")) + '(keyboard-layout "pl")) (define marek-account (user-account (name "marek") |