From f55afa878edfaf2fa8028dc9271a82587b3d42ce Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 21 Oct 2024 15:41:33 +0200 Subject: [PATCH] feat: adds nixos-hardware --- flake.lock | 16 ++++++++++++++++ flake.nix | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 723306c..898b80d 100644 --- a/flake.lock +++ b/flake.lock @@ -692,6 +692,21 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1729509737, + "narHash": "sha256-8OHgqz+tFo21h3hg4/GHizFPws+MMzpEru/+62Z0E8c=", + "owner": "nixos", + "repo": "nixos-hardware", + "rev": "cc2d3c0e060f981905d52337340ee6ec8b8eb037", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1657425264, @@ -963,6 +978,7 @@ "hyprland": "hyprland", "hyprpicker": "hyprpicker", "nix-gaming": "nix-gaming", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_5", "nixvim": "nixvim", "nur": "nur" diff --git a/flake.nix b/flake.nix index ce57ab6..412f5e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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