diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 74229bd..68b5bbd 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -20,7 +20,7 @@ in programs.kdeconnect.enable = true; fonts.fontDir.enable = true; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ nerdfonts ]; diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index bb91845..365e49c 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -10,6 +10,8 @@ ./hardware-configuration.nix ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;