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";