From fcafc4a15aeee7a34730e7dd062f41bd1bd2f416 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:09:14 -0800 Subject: [PATCH] flake.nix --- flake.nix | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index bd72b2f..465eb7a 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,8 @@ system = "x86_64-linux"; config.allowUnfree = true; modules = [ - nixos-hardware.common-cpu-amd - nixos-hardware.common-gpu-nvidia-nonprime + nixos-hardware.nixosModules.common-cpu-amd + nixos-hardware.nixosModules.common-gpu-nvidia-nonprime ./systems/BASED.nix ./systems/NOcomputer.nix # ./users/tao.nix @@ -69,14 +69,20 @@ system = "x86_64-linux"; config.allowUnfree = true; modules = [ - # nixos-hw.common-cpu-intel - # # inputs.nixos-hardware.nixosModules.framework - # ./systems/BASED.nix - # ./systems/NOlaptop.nix - # ./users/tao.nix - # ./extras/uwuraid.nix - # ./extras/dev.nix - # ./extras/gaming.nix + nixos-hardware.nixosModules.common-cpu-intel + # inputs.nixos-hardware.nixosModules.framework + ./systems/BASED.nix + ./systems/NOlaptop.nix + # ./users/tao.nix + home-manager.nixosModules.home-manager + { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.users.jdoe = import ./tao.nix; + } + ./extras/uwuraid.nix + ./extras/dev.nix + ./extras/gaming.nix ]; }; # NOcomputer = nixos-system [