diff options
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | system-profiles/default-locale.nix | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -7,11 +7,11 @@ | |||
7 | ] | 7 | ] |
8 | }, | 8 | }, |
9 | "locked": { | 9 | "locked": { |
10 | "lastModified": 1620692082, | 10 | "lastModified": 1621719066, |
11 | "narHash": "sha256-s/eBXs4OI47yPWNTKoAg4f/H7wMLyO+VEMmobXkzfI8=", | 11 | "narHash": "sha256-TcpYTMKkZztb8YDHIlxM87t1e+Pzxzku28qBAT4ZsYY=", |
12 | "owner": "nix-community", | 12 | "owner": "nix-community", |
13 | "repo": "home-manager", | 13 | "repo": "home-manager", |
14 | "rev": "23769994e8f7b212d9a257799173b120ed87736b", | 14 | "rev": "64607f58b75741470284c698f82f0199fcecdfa7", |
15 | "type": "github" | 15 | "type": "github" |
16 | }, | 16 | }, |
17 | "original": { | 17 | "original": { |
@@ -23,11 +23,11 @@ | |||
23 | }, | 23 | }, |
24 | "nixpkgs": { | 24 | "nixpkgs": { |
25 | "locked": { | 25 | "locked": { |
26 | "lastModified": 1620889072, | 26 | "lastModified": 1621775472, |
27 | "narHash": "sha256-doTvE6myl1h2fxjMw4Atn7EjwzvnYBkGoZEHMepquec=", | 27 | "narHash": "sha256-XNY2WlrufkBXTdaW7eOwmM4eukNIsb2ItKdjPwB7AAE=", |
28 | "owner": "NixOS", | 28 | "owner": "NixOS", |
29 | "repo": "nixpkgs", | 29 | "repo": "nixpkgs", |
30 | "rev": "e948a04cde32f9c2551a773da5742248f6d95b8c", | 30 | "rev": "3f1b917deae4efd529c7d923013f36982c93d52b", |
31 | "type": "github" | 31 | "type": "github" |
32 | }, | 32 | }, |
33 | "original": { | 33 | "original": { |
diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 9775c095..4359bd9a 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | {...}: | 1 | {...}: |
2 | { | 2 | { |
3 | i18n.defaultLocale = "en_US.UTF-8"; | 3 | i18n.defaultLocale = "en_US.UTF-8"; |
4 | console.keyMap = "dvp"; | 4 | console.keyMap = "dvorak-programmer"; |
5 | 5 | ||
6 | time.timeZone = "Europe/Berlin"; | 6 | time.timeZone = "Europe/Berlin"; |
7 | } | 7 | } |