diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 442ad28..2b3c4d4 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -18,9 +18,9 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; + # boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; virtualisation.waydroid.enable = true; - #boot.kernelPackages = pkgs.linuxPackages_5_15; + boot.kernelPackages = pkgs.linuxPackages_latest; #systemdefaults networking.hostName = "kuroko"; # Define your hostname. services.ratbagd.enable = true; diff --git a/pkgs/hyprland/hyprscroller.nix b/pkgs/hyprland/hyprscroller.nix index bce38fa..4d5351d 100644 --- a/pkgs/hyprland/hyprscroller.nix +++ b/pkgs/hyprland/hyprscroller.nix @@ -1,12 +1,11 @@ { - lib, fetchFromGitHub, hyprland, pkg-config, cmake, unstableGitUpdater, - + ... }: let mkHyprlandPlugin =