Skip to content

Commit

Permalink
📝 docs(_docs): add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Nov 29, 2024
1 parent 16d2bec commit ec1a7b6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions defaults/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,43 @@ official = [
description = "A real-time kernel with patches that prioritize low-latency and determinism, designed for use in applications requiring real-time performance (e.g., audio production, robotics) with Long Term Support.",
headers = "linux-rt-lts-headers"
},
]

community = [
{
name = "linux-xanmod",
description = "A kernel fork designed to offer more cutting-edge features and optimizations, particularly for gaming and desktop performance.",
headers = "linux-xanmod-headers",
repository = "chaotic-aur",
},
{
name = "linux-xanmod-lts",
description = "A kernel fork designed to offer more cutting-edge features and optimizations, particularly for gaming and desktop performance with Long Term Support",
headers = "linux-xanmod-lts-headers",
repository = "chaotic-aur",
},
{
name = "linux-cachyos",
description = "The Linux BORE + LTO + Cachy Sauce Kernel by CachyOS with other patches and improvements. kernel and modules",
headers = "linux-cachyos-headers",
repository = "chaotic-aur",
},
{
name = "linux-clear",
description = "Linux kernel with patches from Clear Linux which allow for higher performance. This package includes the kernel and compiled modules.",
headers = "linux-clear-headers",
repository = "chaotic-aur",
},
{
name = "linux-lqx",
description = "The Linux Liquorix kernel and modules.",
headers = "linux-lqx-headers",
repository = "chaotic-aur",
},
{
name = "linux-nitrous",
description = "Modified Linux kernel optimized for Skylake X and newer, compiled using clang.",
headers = "linux-nitrous-headers",
repository = "chaotic-aur",
},
]

0 comments on commit ec1a7b6

Please sign in to comment.