attempt modularilty

This commit is contained in:
ringofstorms 2024-03-31 19:39:48 -05:00
parent 3f7c2eccc2
commit 73f883e6a4
5 changed files with 156 additions and 12 deletions

View file

@ -10,7 +10,6 @@ in
imports =
[
# Include the results of the hardware scan.
# Note we need to be in the /etc/nixos directory with this entire config repo for this relative path to work
(/${settings.systemsDir}/${settings.system.hostname}/hardware-configuration.nix)
# home manager import
(import "${home-manager}/nixos")