Emitter: Make necessary changes for 24.05

This commit is contained in:
fruchti 2024-06-02 10:25:45 +02:00
parent 4994a81881
commit ef69748075
46 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
config = lib.mkDefault {
i18n.defaultLocale = "en_GB.UTF-8";
console.keyMap = "us";
services.xserver.layout = "us-fruchti";
services.xserver.xkb.layout = "us-fruchti";
services.openssh = {
enable = true;
settings = {

View file

@ -19,7 +19,7 @@
changeColorScheme-vim
vim-dispatch
vimtex
suda-vim
vim-suda
];
opt = [];
};

View file

@ -1,6 +1,6 @@
{ ... }:
{
services.xserver.extraLayouts = {
services.xserver.xkb.extraLayouts = {
de-x270 = {
description = "DE layout with some small changes for Thinkpad X270";
languages = [ "deu" ];

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB