flake.nix
This commit is contained in:
parent
ae5fdfda4c
commit
fcafc4a15a
1 changed files with 16 additions and 10 deletions
24
flake.nix
24
flake.nix
|
|
@ -49,8 +49,8 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.common-cpu-amd
|
nixos-hardware.nixosModules.common-cpu-amd
|
||||||
nixos-hardware.common-gpu-nvidia-nonprime
|
nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
|
||||||
./systems/BASED.nix
|
./systems/BASED.nix
|
||||||
./systems/NOcomputer.nix
|
./systems/NOcomputer.nix
|
||||||
# ./users/tao.nix
|
# ./users/tao.nix
|
||||||
|
|
@ -69,14 +69,20 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
modules = [
|
modules = [
|
||||||
# nixos-hw.common-cpu-intel
|
nixos-hardware.nixosModules.common-cpu-intel
|
||||||
# # inputs.nixos-hardware.nixosModules.framework
|
# inputs.nixos-hardware.nixosModules.framework
|
||||||
# ./systems/BASED.nix
|
./systems/BASED.nix
|
||||||
# ./systems/NOlaptop.nix
|
./systems/NOlaptop.nix
|
||||||
# ./users/tao.nix
|
# ./users/tao.nix
|
||||||
# ./extras/uwuraid.nix
|
home-manager.nixosModules.home-manager
|
||||||
# ./extras/dev.nix
|
{
|
||||||
# ./extras/gaming.nix
|
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 [
|
# NOcomputer = nixos-system [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue