recollection
This commit is contained in:
parent
448f8c7c06
commit
7cef671cb1
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
hyprland,
|
||||
pkg-config,
|
||||
cmake,
|
||||
unstableGitUpdater,
|
||||
|
||||
...
|
||||
}:
|
||||
let
|
||||
mkHyprlandPlugin =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue