jfkdajfasklfmaslj

This commit is contained in:
Schrottkatze 2022-09-01 19:48:22 +02:00
parent fa2c1e84ec
commit a9bd549741
6 changed files with 88 additions and 12 deletions

View file

@ -21,6 +21,7 @@
jade = {
desktop.enable = true;
desktop.compositing = true;
terminal.enable = true;
};
boot.loader.systemd-boot.enable = true;
@ -30,12 +31,41 @@
networking.hostName = "potatobook-g";
services.xserver.layout = "us";
services.xserver.xkbVariant = "altgr-intl";
services.xserver = {
resolutions = [ { x = 1920; y = 1200; } ];
# dpi = 180;
layout = "us";
xkbVariant = "altgr-intl";
libinput = {
enable = true;
};
};
services.autorandr = {
enable = true;
profiles = {
"default" = {
config = {
"eDP-1" = {
enable = true;
mode = "1920x1200";
};
};
};
};
};
# environment.variables = {
# GDK_SCALE = "2";
# GDK_DPI_SCALE = "0.5";
# _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2";
# };
hardware.bluetooth.enable = true;
hardware.keyboard.uhk.enable = true;
# missing: menu-qalc picom-jonaburg
environment.systemPackages = with pkgs; [
# TODO: clean up.