temperance: update to latest system
This commit is contained in:
parent
2fe998709b
commit
3feb92cec5
5 changed files with 43 additions and 55 deletions
10
hosts/temperance/kernel/default.nix
Normal file
10
hosts/temperance/kernel/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
xanmod_custom = callPackage ./xanmod.nix;
|
||||
in {
|
||||
boot.kernelPackages = xanmod_custom;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue