···105105106106 # SDL 3 should be able to use native Wayland just fine.
107107 SDL_VIDEO_DRIVER = "wayland";
108108+109109+ # I don't like less. I don't care that other pagers are "less secure".
110110+ SYSTEMD_PAGERSECURE = "true";
108111 };
109112110113 # Disable DualSense/DualShock 4 touchpad acting as mouse
···11{
22 inputs,
33 pkgs,
44+ lib,
45 ...
56}:
67{
···33343435 quick-terminal-size = "30%";
3536 quick-terminal-autohide = true;
3737+3838+ shell-integration-features = lib.concatStringsSep "," [
3939+ "ssh-terminfo"
4040+4141+ # For some bizarre reason my *debug builds* keep overriding the PATH
4242+ # of my release builds, and so IPC entirely breaks down as the debug
4343+ # CLI couldn't find the debug GUI when it should look for the release
4444+ # GUI. Ugh.
4545+ "no-path"
4646+ ];
36473748 keybind = [
3849 "ctrl+shift+up=new_split:up"