From c5379bf926119fec1c392bbf1b1ecd18494d815b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 29 Dec 2025 16:21:35 +0100 Subject: [PATCH] nixos-hardware --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 5f1c2a5..bf10ea8 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ nixpkgs-old.url = "github:NixOS/nixpkgs/50fc86b75d2744e1ab3837ef74b53f103a9b55a0"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/master"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; nur.url = "github:nix-community/NUR"; recht.url = "github:kmein/recht"; retiolum.url = "github:krebs/retiolum"; @@ -58,6 +59,7 @@ scripts, tinc-graph, recht, + nixos-hardware, treefmt-nix, autorenkalender, wallpaper-generator, @@ -436,6 +438,7 @@ ++ profiles.desktop ++ [ systems/manakish/configuration.nix + nixos-hardware.nixosModules.lenovo-thinkpad-x230 ]; }; kabsa = nixpkgs.lib.nixosSystem { @@ -445,6 +448,7 @@ ++ profiles.desktop ++ [ systems/kabsa/configuration.nix + nixos-hardware.nixosModules.lenovo-thinkpad-x220 ]; }; fatteh = nixpkgs.lib.nixosSystem { @@ -454,6 +458,7 @@ ++ profiles.desktop ++ [ systems/fatteh/configuration.nix + nixos-hardware.nixosModules.lenovo-thinkpad-t480 ]; }; };