mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
8 lines
136 B
Nix
8 lines
136 B
Nix
{ lib, pkgs, ... }:
|
|
{
|
|
boot = {
|
|
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
|
zfs.package = pkgs.zfs_unstable;
|
|
};
|
|
}
|