Initial template repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Linux Zen Kernel (Gaming-optimiert)
|
||||
# - Bessere Responsiveness
|
||||
# - Optimiert für Desktop/Gaming Workloads
|
||||
# - Schnellere Builds, kleinere Größe
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
}
|
||||
Reference in New Issue
Block a user