Finally (hopefully) fixed hyprlock. Updated nvidia drivers and kernel, added fastfetch config and hyprlock profile logo

This commit is contained in:
Aleksandr Lebedev 2024-12-01 22:18:48 +01:00
parent 4f16b2182d
commit c78bcba9b1
9 changed files with 149 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_11;#pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware = {
graphics = {
enable = true;
@ -37,7 +37,7 @@
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
logitech.wireless.enable = true;