Switch to English locale

This commit is contained in:
Artemis Tosini 2024-04-06 21:47:00 +00:00
parent 8dad06c689
commit da16c24aca
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
2 changed files with 28 additions and 22 deletions

View file

@ -329,11 +329,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712212014, "lastModified": 1712390667,
"narHash": "sha256-s+lbaf3nLRn1++/X2eXwY9mYCA/m9l8AvyG8beeOaXE=", "narHash": "sha256-ebq+fJZfobqpsAdGDGpxNWSySbQejRwW9cdiil6krCo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7e91f2a0ba4b62b88591279d54f741a13e36245b", "rev": "b787726a8413e11b074cde42704b4af32d95545c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -350,11 +350,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1711231487, "lastModified": 1712296875,
"narHash": "sha256-dRdFjStMA7GeuD/V4vzKblzuHwxMPgzEboRleVdZlUM=", "narHash": "sha256-Cmyer1n39J5IucCiyy84kf1XLr1Gdz/i5HKbzzEOQYM=",
"owner": "jovian-experiments", "owner": "jovian-experiments",
"repo": "jovian-nixos", "repo": "jovian-nixos",
"rev": "1171169117f63f1de9ef2ea36efd8dcf377c6d5a", "rev": "9b0e8712f1a9e5569036b227d539b745fcf54aad",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -395,11 +395,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1712252473, "lastModified": 1712439386,
"narHash": "sha256-DFi1/4aepFgtO3ys7gG96M8N9Zho9DwMc8Bywg1z/9M=", "narHash": "sha256-gvD1samGrEe+EYGoc25lbXzQxrEviPJtDD8QG4yTUWI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "f8cba19c551e67ff1da67389dbf7c17158d14db1", "rev": "08713d5a15799b4bd099e702a407c37c9bf78663",
"revCount": 15313, "revCount": 15342,
"type": "git", "type": "git",
"url": "ssh://git@lix.systems/lix-project/lix" "url": "ssh://git@lix.systems/lix-project/lix"
}, },
@ -423,11 +423,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712184485, "lastModified": 1712377825,
"narHash": "sha256-cvKWU2ZPMkPbFoGgAB9STIq75qNo6fm6gHo41x+wy28=", "narHash": "sha256-YLliaWMaatyf0qOrgd6XIDgMh8AsAV5dAUg27bjU9VU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "9515bc250a5153c5cea993990afe1c23f95d9674", "rev": "93ce1e3f5defd0091a1da2b1964a89a748257ada",
"revCount": 39, "revCount": 41,
"type": "git", "type": "git",
"url": "ssh://git@lix.systems/lix-project/nixos-module" "url": "ssh://git@lix.systems/lix-project/nixos-module"
}, },
@ -458,11 +458,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1711352745, "lastModified": 1712324865,
"narHash": "sha256-luvqik+i3HTvCbXQZgB6uggvEcxI9uae0nmrgtXJ17U=", "narHash": "sha256-+BatEWd4HlMeK7Ora+gYIkarjxFVCg9oKrIeybHIIX4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "9a763a7acc4cfbb8603bb0231fec3eda864f81c0", "rev": "f3b959627bca46a9f7052b8fbc464b8323e68c2c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -520,11 +520,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1712234256, "lastModified": 1712299511,
"narHash": "sha256-UKt7HrwYc9xab+gDb5C24V75MVKfHW2VsZ6qL28my6Q=", "narHash": "sha256-yrBK6Jq0UuJjP+nc01OFNoKRRJgPNkbmwPpE4mD2Bis=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "2c99cefa913c8afb8fa08e53608c6f8bd5a2e5c4", "rev": "f285a958c089ccbca9c5710d4a075683fa1af654",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,8 +21,14 @@
inputs.private.nixosModules.taskwarrior inputs.private.nixosModules.taskwarrior
]; ];
i18n.defaultLocale = "de_DE.UTF-8"; i18n = {
i18n.supportedLocales = [ "all" ]; defaultLocale = "en_US.UTF-8";
supportedLocales = [ "all" ];
extraLocaleSettings = {
LC_MEASUREMENT = "de_DE.UTF-8";
LC_TIME = "de_DE.UTF-8";
};
};
environment = { environment = {
variables.EDITOR = "nvim"; variables.EDITOR = "nvim";