Emitter: Make necessary changes for 24.05
This commit is contained in:
parent
4994a81881
commit
ef69748075
46 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
changeColorScheme-vim
|
||||
vim-dispatch
|
||||
vimtex
|
||||
suda-vim
|
||||
vim-suda
|
||||
];
|
||||
opt = [];
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue