mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
correct keymap in gdm
This commit is contained in:
parent
efb45ca6fb
commit
dd1548649d
1 changed files with 11 additions and 7 deletions
|
@ -29,8 +29,17 @@
|
|||
LIBSEAT_BACKEND = "logind";
|
||||
};
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "fr";
|
||||
displayManager.gdm.enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
naturalScrolling = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.tailscale.enable = true;
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
|
@ -49,11 +58,6 @@
|
|||
|
||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
naturalScrolling = true;
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue