Touchups
This commit is contained in:
parent
40b24908c3
commit
727947abc1
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