nix flake update and more

This commit is contained in:
2026-03-23 10:05:06 +00:00
parent 471478ed6b
commit 9ef5bb82c6
6 changed files with 63 additions and 52 deletions

View File

@@ -4,12 +4,14 @@
pkgs,
inputs,
__findFile,
lib,
...
}:
{
den.aspects.desktop = {
includes = [
modules.nix
modules.cachyos-kernel
];
nixos =
{ pkgs, config, ... }:
@@ -26,7 +28,8 @@
networking.hostName = "doloroo-main"; # Define your hostname.
boot.kernelPackages =
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-lts-lto;
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
boot.initrd.verbose = false;
boot.kernelParams = [
"boot.shell_on_fail"