chore: use latest kernel version
This commit is contained in:
parent
0ba16d7e5c
commit
6a53741183
2 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,6 @@ in
|
|||
flavor = "frappe";
|
||||
};
|
||||
};
|
||||
cursorTheme = {
|
||||
inherit (config.home.pointerCursor) name package size;
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue