From efb785dab663ba90e8dd985a73ded4b1a35db724 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 28 Dec 2023 01:07:42 -0500 Subject: [PATCH] Add nvidia-optimus.nix specialisation --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 652bf71..28f315c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ system = "x86_64-linux"; modules = [ ./hosts/slab/configuration.nix + ./hosts/slab/nvidia-optimus.nix ./roles/base.nix ./roles/desktop.nix ./roles/remote.nix