Skip to content

feat!: overhaul the website for expansion#15

Open
kojq wants to merge 1 commit into
OpenGamingCollective:mainfrom
kojq:main
Open

feat!: overhaul the website for expansion#15
kojq wants to merge 1 commit into
OpenGamingCollective:mainfrom
kojq:main

Conversation

@kojq

@kojq kojq commented May 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.


# Debian/Ubuntu
sudo apt install git git-email</code></pre>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For nixos, the you can add this to your default.nix:

# git config
  programs.git = {
    enable = true;
    settings.user = {
      name = "First M. Last";
      email = "my_email@gmail.com";
      sigingkey = "/home/my_user/.ssh/my_id.pub";
    };
    settings.sendemail = {
      confirm = "auto";
      smtpServer = "smtp.gmail.com";
      smtpServerPort = "587";
      smtpEncryption = "tls";
      smtpUser = "my_email@gmail.com";
    };
    settings.include = { path = "config.local"; };
  };

Feel free to add it if you want.

{ name: "Kyle Gospodnetich", github: "KyleGospo", areas: ["Linux Kernel", "Bazzite", "OGC Kernel"] },
{ name: "NeroReflex", github: "NeroReflex", areas: ["Linux Kernel", "ASUS Hardware", "Device Drivers"] },
{ name: "Sukiru", github: "kojq", areas: ["HID Drivers", "Gamepad Integration", "Gamescope"] },
{ name: "pastaq", github: "pastaq", areas: ["Gamescope", "Steam Integration", "Session Management"] },

@pastaq pastaq May 10, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, please use the following areas:
Linux Kernel Drivers (HID, platform, hwmon), Input Management, Hardware Integration & Reverse Engineering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants