This commit is contained in:
CDaut 2024-04-18 17:28:09 +02:00
parent 6d28c38525
commit c63a896abf
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 9 additions and 9 deletions

View file

@ -44,6 +44,8 @@
LC_TIME = "de_DE.UTF-8";
};
services.displayManager.defaultSession = "none+i3";
# Configure keymap in X11
services.xserver = {
xkb.layout = "de";
@ -52,7 +54,6 @@
dpi = 100;
displayManager = {
defaultSession = "none+i3";
setupCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output eDP-1 --mode 3840x2160;
'';