move nixos-hardware import to hardware configuration
This commit is contained in:
parent
7f382ea07c
commit
28d1fe6bbc
2 changed files with 17 additions and 12 deletions
|
@ -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>
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue