From 06da879408f120c476eea0b36a74d246a44853fb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 16:58:02 -0700 Subject: carmel: configure the desktop properly --- hosts/carmel/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/carmel/default.nix') 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; -- cgit v1.2.3