From 6de0dc0efa5aae054e415e0fe8ac5194510fba11 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 4 Mar 2024 18:19:30 +0000 Subject: [PATCH] Laptop : Fix UI glitches. --- flake.nix | 2 +- host/laptop/Configuration.nix | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 23da25c8..0501d309 100644 --- a/flake.nix +++ b/flake.nix @@ -213,7 +213,7 @@ system = "x86_64-linux"; modules = [ ./module/AmdCpu.nix - # ./module/AmdGpu.nix + ./module/AmdGpu.nix ./module/Desktop.nix ./module/Gnome.nix ./module/Ollama.nix diff --git a/host/laptop/Configuration.nix b/host/laptop/Configuration.nix index 85bae851..38951c1e 100644 --- a/host/laptop/Configuration.nix +++ b/host/laptop/Configuration.nix @@ -1,11 +1,6 @@ { config, pkgs, environment, ... }: { imports = [ ]; - # Use dedicated GPU by default. - environment.variables = { - DRI_PRIME = "1"; - }; - # Filesystems. fileSystems."/storage/hot" = { device = "/dev/storage/hot";