aoife updates

This commit is contained in:
Vivian 2024-02-20 10:56:17 +01:00
parent c2552d39a1
commit 4960ed0866
4 changed files with 88 additions and 68 deletions

View file

@ -29,11 +29,11 @@ in {
xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];
# Configure keymap in X11
layout = "us";
xkbVariant = "altgr-intl";
xkb = {
layout = "us";
variant = "altgr-intl";
};
# Enable the GNOME Desktop Environment.
displayManager.gdm.enable = true;