add t15
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
7ffd2b5128
commit
d4b12af844
5 changed files with 205 additions and 2 deletions
|
@ -12,7 +12,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
# Configure console keymap
|
||||
console.keyMap = "us";
|
||||
console.keyMap = lib.mkDefault "us";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
@ -39,7 +39,7 @@ in
|
|||
];
|
||||
|
||||
xserver = {
|
||||
layout = "de+us";
|
||||
layout = lib.mkDefault "de+us";
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue