diff options
Diffstat (limited to 'hosts/carmel/default.nix')
-rw-r--r-- | hosts/carmel/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index d3b7cf3..87ad97d 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -1,11 +1,13 @@ { config, pkgs, hostname, ... }: { - imports = [ # Include the results of the hardware scan. + imports = [ ./hardware.nix ./boot.nix ./sound.nix ./networking.nix + ./home.nix + ./profile.nix ]; hardware.opengl.driSupport = true; |