move nixos-hardware import to hardware configuration

This commit is contained in:
Trolli Schmittlauch 2020-04-05 21:53:45 +02:00
parent 7f382ea07c
commit 28d1fe6bbc
2 changed files with 17 additions and 12 deletions

View file

@ -15,12 +15,6 @@ in
# Include the results of the hardware scan.
./hardware-configuration.nix
./packages.nix
(
builtins.fetchGit {
url = "https://github.com/NixOS/nixos-hardware";
rev = "62a1812f3c20b7119013650f926806fecd956574";
} + "/lenovo/thinkpad/t440s"
)
# home manager integration
<home-manager/nixos>
];