feat: adds nixos-hardware

This commit is contained in:
Ahwx 2024-10-21 15:41:33 +02:00
parent 6301efbf06
commit f55afa878e
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,8 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
nixos-hardware.url = "github:nixos/nixos-hardware";
nixvim.url = "github:ahwxorg/nixvim-config";
alejandra.url = "github:kamadorueda/alejandra/3.0.0";
@ -43,7 +45,6 @@
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
lib = nixpkgs.lib;
in