mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
Add nixos-hardware
This commit is contained in:
parent
2a24576e68
commit
8bb62997b3
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
flake.nix
|
@ -9,9 +9,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
prismlauncher = {
|
||||
url = "github:PrismLauncher/PrismLauncher";
|
||||
url = github:PrismLauncher/PrismLauncher;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
@ -20,6 +21,7 @@
|
|||
home-manager,
|
||||
prismlauncher,
|
||||
nur,
|
||||
nixos-hardware,
|
||||
...
|
||||
}: {
|
||||
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
||||
|
@ -36,6 +38,12 @@
|
|||
./modules/ssh
|
||||
./modules/steam
|
||||
./modules/users/jopejoe1
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
nixos-hardware.nixosModules.common-gpu-nvidia
|
||||
nixos-hardware.nixosModules.common-pc
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue