Change locale
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
19c5c7503e
commit
36d8bff94b
2 changed files with 3 additions and 3 deletions
|
@ -31,12 +31,12 @@
|
||||||
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".device = "/dev/disk/by-uuid/fa1e760a-71a3-4a79-a791-684cd82d9c3c";
|
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".device = "/dev/disk/by-uuid/fa1e760a-71a3-4a79-a791-684cd82d9c3c";
|
||||||
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".keyFile = "/crypto_keyfile.bin";
|
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".keyFile = "/crypto_keyfile.bin";
|
||||||
|
|
||||||
networking.hostName = "nixos-pulse";
|
networking.hostName = "nixos-pulse";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_DK.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "de_DE.UTF-8";
|
LC_ADDRESS = "de_DE.UTF-8";
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -18,7 +18,7 @@
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.85;
|
window.opacity = 0.88;
|
||||||
window.dimensions = {
|
window.dimensions = {
|
||||||
lines = 40;
|
lines = 40;
|
||||||
columns = 150;
|
columns = 150;
|
||||||
|
|
Loading…
Add table
Reference in a new issue