mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-31 01:23:51 -05:00
5 lines
88 B
Nix
5 lines
88 B
Nix
|
{pkgs, ...}: {
|
||
|
boot = {
|
||
|
kernelPackages = pkgs.linuxPackages_latest;
|
||
|
};
|
||
|
}
|