recollection

This commit is contained in:
KaitoTLex 2025-05-27 21:10:17 -07:00
parent 448f8c7c06
commit 7cef671cb1
No known key found for this signature in database
GPG key ID: 8AB934746F475D0B
2 changed files with 3 additions and 4 deletions

View file

@ -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;

View file

@ -1,12 +1,11 @@
{
lib,
fetchFromGitHub,
hyprland,
pkg-config,
cmake,
unstableGitUpdater,
...
}:
let
mkHyprlandPlugin =