diff --git a/home/themes/catppuccin.nix b/home/themes/catppuccin.nix index 4929980..8cc6b6b 100644 --- a/home/themes/catppuccin.nix +++ b/home/themes/catppuccin.nix @@ -30,9 +30,6 @@ in flavor = "frappe"; }; }; - cursorTheme = { - inherit (config.home.pointerCursor) name package size; - }; }; home.pointerCursor = { diff --git a/hosts/marr/default.nix b/hosts/marr/default.nix index 231422f..d321217 100644 --- a/hosts/marr/default.nix +++ b/hosts/marr/default.nix @@ -44,6 +44,7 @@ # Bootloader. boot = { + kernelPackages = pkgs.linuxPackages_latest; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;