From 7184d0c023cfde88ca24c1f50a0880e060d7fe91 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:42:10 -0700 Subject: [PATCH] final --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aed907b..7415f09 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,8 @@ nixosConfigurations = { NOcomputer = nixosSystem [ nixos-hw.common-cpu-amd - nixos-hw.common-gpu-nvidia + nixos-hw.common-gpu-nvidia-nonprime + ./systems/BASED.nix ./systems/NOcomputer.nix ./uwuraid.nix ./gaming.nix @@ -26,6 +27,7 @@ ]; NOlaptop = nixosSystem [ # inputs.nixos-hardware.nixosModules.framework + ./systems/BASED.nix ./systems/NOlaptop.nix ./uwuraid.nix ./gaming.nix