diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-29 13:39:25 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-29 13:39:25 +0200 |
commit | a148ffc3ce62b33797d21abfe66608314f9bdb29 (patch) | |
tree | f603a7b3ab8139cc87ed3904aa081bbdf93a2375 /systems/mcdowell.scm | |
parent | 74585be49ce99585f0bfb649402cc807a6802fe7 (diff) |
feat!(mcdowell): localize the system
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r-- | systems/mcdowell.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index ed74873..26cc474 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -34,7 +34,9 @@ home-environments)) (keyboard-layout* (keyboard-layout "pl")) - (services* (list guix-home))) + (services* (list guix-home)) + (timezone* "Europe/Warsaw") + (locale* "pl_PL.utf8")) (%suweren-operating-system kernel* (bootloader-configuration* keyboard-layout*) keyboard-layout* @@ -43,6 +45,8 @@ host-name* (file-systems* host-name*) users* + timezone* + locale* services*))) operating-system* |