From 5fe9b58e90a7192f63ca0c5d4238b63c9a983402 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:51:38 +0300 Subject: [PATCH] changes Signed-off-by: Alex Stan --- ultrapc/configuration.nix | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/ultrapc/configuration.nix b/ultrapc/configuration.nix index d83a092..c3e2c04 100644 --- a/ultrapc/configuration.nix +++ b/ultrapc/configuration.nix @@ -161,6 +161,7 @@ in nix-software-center fish libsForQt5.yakuake + wacomtablet ]; programs.fish.enable = true; # programs.nushell.enable = true; @@ -212,18 +213,18 @@ in nix.settings.experimental-features = [ "nix-command" "flakes" ]; -# NVIDIA config -# services.xserver.videoDrivers = [ "nvidia" ]; -# hardware = { -# opengl = { -# enable = true; -# driSupport = true; -# driSupport32Bit = true; -# }; -# nvidia = { -# package = config.boot.kernelPackages.nvidiaPackages.latest; -# modesetting.enable = true; -# }; -# }; + # NVIDIA config +# services.xserver.videoDrivers = [ "nvidia" ]; +hardware = { + opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + }; + # nvidia = { + # package = config.boot.kernelPackages.nvidiaPackages.latest; + # modesetting.enable = false; + # }; +}; }