update
This commit is contained in:
parent
6d28c38525
commit
c63a896abf
4 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue