refactor in style of synaptic standard
This commit is contained in:
parent
ce295da1c1
commit
7e4007c47e
119 changed files with 1098 additions and 3109 deletions
11
desktop/kernel.nix
Normal file
11
desktop/kernel.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nyx.nixosModules.default
|
||||
];
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_bpfland";
|
||||
};
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue