mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta: Import hardware
Which hardware can be determined from the default.nix at a later date if needed.
This commit is contained in:
parent
2d808e6162
commit
4d8ce87fb1
@ -1,11 +1,11 @@
|
||||
{ home-manager, stylix, lib, ... }:
|
||||
|
||||
let VARIABLES = import ./src/variables.nix; in {
|
||||
{
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
stylix.nixosModules.stylix
|
||||
"${VARIABLES.hostHardwareConfiguration}"
|
||||
./containers
|
||||
./hardware
|
||||
./home
|
||||
./modules
|
||||
./overlays
|
||||
|
5
hardware/default.nix
Normal file
5
hardware/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./laptop.nix
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user