recollection
This commit is contained in:
parent
448f8c7c06
commit
7cef671cb1
2 changed files with 3 additions and 4 deletions
|
@ -18,9 +18,9 @@
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
|
# boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
#boot.kernelPackages = pkgs.linuxPackages_5_15;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
#systemdefaults
|
#systemdefaults
|
||||||
networking.hostName = "kuroko"; # Define your hostname.
|
networking.hostName = "kuroko"; # Define your hostname.
|
||||||
services.ratbagd.enable = true;
|
services.ratbagd.enable = true;
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
hyprland,
|
hyprland,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
cmake,
|
cmake,
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
mkHyprlandPlugin =
|
mkHyprlandPlugin =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue