Add CachyOS kernel (BORE scheduler) for FredOS-Gaming

This commit is contained in:
ediblerope 2026-04-04 20:32:58 +01:00
parent e234f7734a
commit 4a952db006
3 changed files with 145 additions and 14 deletions

View file

@ -23,9 +23,11 @@
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
};
outputs = { self, nixpkgs, home-manager, omnisearch, zen-browser, nix-flatpak, ... } @ inputs:
outputs = { self, nixpkgs, home-manager, omnisearch, zen-browser, nix-flatpak, nix-cachyos-kernel, ... } @ inputs:
let
system = "x86_64-linux";
mkHost = hostname: nixpkgs.lib.nixosSystem {