{ pkgs, ... }: { xdg.config.users.qyliss.paths."tmux.conf" = with pkgs; writeText "tmux.conf" (callPackage ./config.nix { }); environment.systemPackages = with pkgs; [ tmux ]; }