dotfiles/nix/hardwareConfig/default.nix

19 lines
336 B
Nix
Raw Normal View History

2022-12-15 23:33:45 +00:00
{ lib # require extended lib
, config
, pkgs
, modulePaths
, ...
}@inputs:
# Yields {nix = import ./nyx.nix inputs; ...}
# TODO: use something that can detect .nix into a list for auto adding. Remember to filter out default.nix
lib.exportWithInputs (
[
./nyx.nix
./Felia.nix
./lizzi.nix
./prince.nix
]
inputs
)