mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 23:25:52 +05:30
6 lines
84 B
Nix
6 lines
84 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||
|
}
|