This commit is contained in:
2026-04-19 16:04:36 -03:00
parent ab8bb67dd8
commit 27853f2844
3 changed files with 1 additions and 31 deletions
-3
View File
@@ -6,8 +6,6 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-master.url = "github:nixos/nixpkgs"; nixpkgs-master.url = "github:nixos/nixpkgs";
preload-ng.url = "github:miguel-b-p/preload-ng"; 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"; aagl.url = "github:ezKEa/aagl-gtk-on-nix";
disko.url = "github:nix-community/disko"; disko.url = "github:nix-community/disko";
home-manager = { home-manager = {
@@ -47,7 +45,6 @@
zen-browser, zen-browser,
shiru, shiru,
preload-ng, preload-ng,
nix-cachyos-kernel,
aagl, aagl,
noctalia, noctalia,
niri, niri,
-25
View File
@@ -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;
}
+1 -3
View File
@@ -14,9 +14,7 @@
## Configuração do bootloader ## Configuração do bootloader
boot = { boot = {
#kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
#kernelPackages = pkgs.linuxPackages_cachyos;
#kernelPackages = inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.configurationLimit = 10; loader.systemd-boot.configurationLimit = 10;