hyprlock test

This commit is contained in:
2025-08-16 15:39:18 +02:00
parent d179d1c62f
commit 9696b9bc01
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
enable = true; enable = true;
vendors = ["nvidia"]; vendors = ["nvidia"];
nvidia = { nvidia = {
package = "beta"; package = "latest";
open = { open = {
enable = true; enable = true;
}; };

View File

@@ -88,7 +88,6 @@ in {
then then
commonPackages commonPackages
++ (with pkgs; [ ++ (with pkgs; [
nvidiaOffloadScript
intel-media-driver intel-media-driver
nvidia-vaapi-driver nvidia-vaapi-driver
vulkan-tools vulkan-tools

View File

@@ -23,7 +23,7 @@ in {
programs.hyprland.settings = { programs.hyprland.settings = {
execr-once = [ execr-once = [
"uwsm finalize" "uwsm finalize"
# "hyprlock" "hyprlock"
]; ];
}; };
} }