1
0

hosts/krypton,configuration/desktop: setup basic gnome environment

This commit is contained in:
2023-06-19 22:20:47 +02:00
parent b481941eb2
commit 417a739547
7 changed files with 101 additions and 1 deletions

View File

@@ -11,7 +11,10 @@
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "de_DE.UTF-8";
i18n.extraLocaleSettings = {
LC_MESSAGES = "en_US.UTF-8";
};
console = {
keyMap = "de-latin1";
};
@@ -143,6 +146,8 @@
};
};
documentation.doc.enable = false;
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];