aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/carmel/default.nix')
-rw-r--r--hosts/carmel/default.nix4
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;