updates to add cachyos kernel and scheduler
This commit is contained in:
parent
c87278d2cc
commit
b3b085181d
4 changed files with 229 additions and 71 deletions
|
|
@ -6,6 +6,7 @@
|
|||
nixos-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
outputs = inputs@{ nixpkgs, nixpkgs-stable, home-manager,
|
||||
quickemu, nixos-hardware, emacs, nix-bitcoin, octotype,
|
||||
simple-nixos-mailserver, anipy-cli, darkly, niri,
|
||||
stylix, self, affinity-nix, ... }:
|
||||
stylix, self, affinity-nix, chaotic, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
username = "chris";
|
||||
|
|
@ -125,6 +126,7 @@
|
|||
niri.nixosModules.niri
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
chaotic.nixosModules.default
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
@ -144,6 +146,7 @@
|
|||
niri.nixosModules.niri
|
||||
nixos-hardware.nixosModules.common-gpu-amd
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
chaotic.nixosModules.default
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue