Add nixos-facter for hardware configuration
This commit is contained in:
parent
db07652d99
commit
a78fd31432
7 changed files with 7561 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./base
|
||||
./base-system
|
||||
./desktop
|
||||
./filesystems
|
||||
#./hardware #TODO
|
||||
./hardware
|
||||
./home-manager
|
||||
./printing
|
||||
./theme
|
||||
|
|
7
nixos-modules/hardware/default.nix
Normal file
7
nixos-modules/hardware/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ inputs.nixos-facter-modules.nixosModules.facter ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue