{ pkgs, lib, ... }: { home.packages = [ pkgs.freeciv_gtk pkgs.cockatrice ]; home.sessionVariables = { # Workaround: https://github.com/cemu-project/Cemu/issues/1150#issuecomment-3684818077 # Source: https://github.com/mdqinc/SDL_GameControllerDB SDL_GAMECONTROLLERCONFIG = lib.concatStringsSep "\n" [ "030000006d0400001ac2000000000000,Logitech Precision Gamepad,a:b1,b:b2,x:b0,y:b3,back:b8,start:b9,leftshoulder:b4,rightshoulder:b5,dpup:-a1,dpdown:+a1,dpleft:-a0,dpright:+a0,lefttrigger:b6,righttrigger:b7,platform:Linux," ]; }; }