Compare commits
No commits in common. "b6f07ccb3e5305fe1949f7398a8a8cfbe8802e8f" and "07526cec2c2d16ea99ec147270a3e0610acafe3b" have entirely different histories.
b6f07ccb3e
...
07526cec2c
@ -4,20 +4,9 @@
|
|||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "de_DE.UTF-8";
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "de_DE.UTF-8";
|
LC_MESSAGES = "en_US.UTF-8";
|
||||||
# LC_COLLATE # How to sort stuff
|
|
||||||
# LC_CTYPE # Character recognition of bytes
|
|
||||||
# LC_IDENTIFICATION # What to show as system locale
|
|
||||||
LC_MONETARY = "de_DE.UTF-8"; # Currency formats
|
|
||||||
# LC_MEASSAGES # General message lang
|
|
||||||
LC_MEASUREMENT = "de_DE.UTF-8"; # Units used for numbers
|
|
||||||
LC_NAME = "de_DE.UTF-8"; # Names of persons
|
|
||||||
# LC_NUMERIC # Punctiation of numbers
|
|
||||||
LC_PAPER = "de_DE.UTF-8"; # Paper size
|
|
||||||
LC_TELEPHONE = "de_DE.UTF-8"; # Phone number formats
|
|
||||||
LC_TIME = "de_DE.UTF-8"; # Time format
|
|
||||||
};
|
};
|
||||||
console = {
|
console = {
|
||||||
keyMap = "de-latin1";
|
keyMap = "de-latin1";
|
||||||
|
@ -232,11 +232,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712608508,
|
"lastModified": 1712439257,
|
||||||
"narHash": "sha256-vMZ5603yU0wxgyQeHJryOI+O61yrX2AHwY6LOFyV1gM=",
|
"narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6",
|
"rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Loading…
Reference in New Issue
Block a user