feat!: overhaul the website for expansion#15
Open
kojq wants to merge 1 commit into
Open
Conversation
pastaq
reviewed
May 10, 2026
|
|
||
| # Debian/Ubuntu | ||
| sudo apt install git git-email</code></pre> | ||
|
|
Member
There was a problem hiding this comment.
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.
pastaq
reviewed
May 10, 2026
| { 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"] }, |
Member
There was a problem hiding this comment.
For me, please use the following areas:
Linux Kernel Drivers (HID, platform, hwmon), Input Management, Hardware Integration & Reverse Engineering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.