spotify and nix flake update

This commit is contained in:
2026-04-04 10:23:20 +01:00
parent a01a2bcc47
commit 1c4be3e470
4 changed files with 78 additions and 47 deletions
+1 -3
View File
@@ -11,7 +11,6 @@
den.aspects.desktop = {
includes = [
modules.nix
modules.cachyos-kernel
];
nixos =
{ pkgs, config, ... }:
@@ -27,8 +26,7 @@
boot.loader.grub.efiInstallAsRemovable = true;
networking.hostName = "doloroo-main"; # Define your hostname.
boot.kernelPackages =
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.verbose = false;
boot.kernelParams = [