1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

nixos-hardware

This commit is contained in:
2025-12-29 16:21:35 +01:00
parent 31a6cb384e
commit c5379bf926

View File

@@ -14,6 +14,7 @@
nixpkgs-old.url = "github:NixOS/nixpkgs/50fc86b75d2744e1ab3837ef74b53f103a9b55a0"; nixpkgs-old.url = "github:NixOS/nixpkgs/50fc86b75d2744e1ab3837ef74b53f103a9b55a0";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
recht.url = "github:kmein/recht"; recht.url = "github:kmein/recht";
retiolum.url = "github:krebs/retiolum"; retiolum.url = "github:krebs/retiolum";
@@ -58,6 +59,7 @@
scripts, scripts,
tinc-graph, tinc-graph,
recht, recht,
nixos-hardware,
treefmt-nix, treefmt-nix,
autorenkalender, autorenkalender,
wallpaper-generator, wallpaper-generator,
@@ -436,6 +438,7 @@
++ profiles.desktop ++ profiles.desktop
++ [ ++ [
systems/manakish/configuration.nix systems/manakish/configuration.nix
nixos-hardware.nixosModules.lenovo-thinkpad-x230
]; ];
}; };
kabsa = nixpkgs.lib.nixosSystem { kabsa = nixpkgs.lib.nixosSystem {
@@ -445,6 +448,7 @@
++ profiles.desktop ++ profiles.desktop
++ [ ++ [
systems/kabsa/configuration.nix systems/kabsa/configuration.nix
nixos-hardware.nixosModules.lenovo-thinkpad-x220
]; ];
}; };
fatteh = nixpkgs.lib.nixosSystem { fatteh = nixpkgs.lib.nixosSystem {
@@ -454,6 +458,7 @@
++ profiles.desktop ++ profiles.desktop
++ [ ++ [
systems/fatteh/configuration.nix systems/fatteh/configuration.nix
nixos-hardware.nixosModules.lenovo-thinkpad-t480
]; ];
}; };
}; };