temperance: update to latest system

This commit is contained in:
Charlie Root 2024-09-18 23:04:27 +02:00
commit 3feb92cec5
5 changed files with 43 additions and 55 deletions

View file

@ -0,0 +1,10 @@
{
config,
lib,
pkgs,
...
}: let
xanmod_custom = callPackage ./xanmod.nix;
in {
boot.kernelPackages = xanmod_custom;
}