.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-master.url = "github:nixos/nixpkgs";
|
||||
preload-ng.url = "github:miguel-b-p/preload-ng";
|
||||
#chaotic.url = "github:lonerOrz/nyx-loner";
|
||||
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel";
|
||||
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
disko.url = "github:nix-community/disko";
|
||||
home-manager = {
|
||||
@@ -47,7 +45,6 @@
|
||||
zen-browser,
|
||||
shiru,
|
||||
preload-ng,
|
||||
nix-cachyos-kernel,
|
||||
aagl,
|
||||
noctalia,
|
||||
niri,
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
boot.kernelPackages =
|
||||
let
|
||||
customKernel =
|
||||
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest.kernel.override
|
||||
{
|
||||
processorOpt = "native";
|
||||
|
||||
lto = "thin";
|
||||
|
||||
scheduler = "bore";
|
||||
|
||||
};
|
||||
in
|
||||
pkgs.linuxPackagesFor customKernel;
|
||||
|
||||
}
|
||||
@@ -14,9 +14,7 @@
|
||||
|
||||
## Configuração do bootloader
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_latest;
|
||||
#kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
#kernelPackages = inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
loader.systemd-boot.configurationLimit = 10;
|
||||
|
||||
Reference in New Issue
Block a user