This website requires JavaScript.
Explore
Help
Sign In
tasiaiso
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
nixos-config
/
common
/
hardware
/
latest-kernel.nix
10 lines
106 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
format
2024-05-30 20:37:14 +02:00
{
pkgs
,
lib
,
.
.
.
}
:
{
lol
2024-04-22 05:51:31 +02:00
boot
=
{
fix misc config issues
2024-05-30 20:34:42 +02:00
kernelPackages
=
lib
.
mkForce
pkgs
.
linuxPackages_latest
;
lol
2024-04-22 05:51:31 +02:00
}
;
}
Reference in a new issue
Copy permalink