From 573c7104ab72e65082f2b7cd0f18b74cac6287e3 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 26 Jun 2024 15:25:45 +0200 Subject: [PATCH] try again --- devices/ellaca/default.nix | 2 +- devices/ellaca/options.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 883c050..752d447 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -63,7 +63,7 @@ nvidia = { modesetting.enable = true; nvidiaSettings = false; - package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta; }; graphics = { diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 5151cfd..a864d8f 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -6,7 +6,7 @@ withNiri = true; withGnome = false; - withPlasma = false; + withPlasma = true; withVM = false; withContainers = true;