This commit is contained in:
Tibo De Peuter 2023-10-19 22:24:33 +02:00
parent 8a143f029d
commit 4967fbe29e
5 changed files with 11 additions and 19 deletions

View file

@ -8,6 +8,9 @@ in {
config = lib.mkIf cfg.enable {
services.xserver = {
enable = true;
layout = "us";
xkbVariant = "altgr-intl";
excludePackages = with pkgs; [
xterm
];