fiddling around

This commit is contained in:
2025-12-16 21:20:28 -08:00
parent c31c3abe11
commit ab9d307068

View File

@@ -7,28 +7,18 @@
# ./ghostty.nix # doesn't work yet # ./ghostty.nix # doesn't work yet
]; ];
services.displayManager = { services.displayManager.gdm.enable = true;
gdm = { services.displayManager.gdm.wayland = false;
enable = true; services.displayManager.gdm.debug = true;
wayland = false; services.xserver.windowManager.i3.enable = true;
debug = true; services.xserver.xkb = {
};
};
services.xserver = {
windowManager = {
# stumpwm is still on 24.05 / v2.4.10; but NixOS
# is using v2.5.4.
# stumpwm.enable = true;
# stumpwm.package = pkgs.callPackage /home/kyle/quicklisp/local-projects/stumpwm/stumpwm {};
i3.enable = true;
};
xkb = {
layout = "us"; layout = "us";
options = "ctrl:swapcaps,compose:ralt"; options = "ctrl:swapcaps,compose:ralt";
};
}; };
# Enable touchpad support (enabled default in most desktopManager). services.displayManager.autoLogin.enable = false;
# Enable touchpad support (enabled default in most desktopManager).
services.libinput = { services.libinput = {
enable = true; enable = true;
mouse.naturalScrolling = true; mouse.naturalScrolling = true;