This commit is contained in:
mjallen18
2025-12-14 10:19:26 -06:00
parent 90daf80a88
commit f09246dcba
10 changed files with 171 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
{
lib,
pkgs,
namespace,
...
@@ -11,6 +12,12 @@
bootloader.lanzaboote.enable = true;
# ###################################################
# # Desktop # #
# ###################################################
desktop.cosmic.enable = true;
# ###################################################
# # Hardware # #
# ###################################################
@@ -64,6 +71,9 @@
# # Boot # #
# ###################################################
boot.kernelPackages = pkgs.linuxPackages_latest;
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos-lto;
supportedFilesystems.zfs = false;
};
}