mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-06 13:04:01 +05:30
5 lines
84 B
Nix
5 lines
84 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
}
|