Touchups
This commit is contained in:
parent
8a143f029d
commit
4967fbe29e
5 changed files with 11 additions and 19 deletions
|
@ -8,6 +8,9 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
|
||||
excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue