mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +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";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
prismlauncher = {
|
prismlauncher = {
|
||||||
url = "github:PrismLauncher/PrismLauncher";
|
url = github:PrismLauncher/PrismLauncher;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
|
@ -20,6 +21,7 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
prismlauncher,
|
prismlauncher,
|
||||||
nur,
|
nur,
|
||||||
|
nixos-hardware,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -36,6 +38,12 @@
|
||||||
./modules/ssh
|
./modules/ssh
|
||||||
./modules/steam
|
./modules/steam
|
||||||
./modules/users/jopejoe1
|
./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 = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue