aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 16:58:02 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 16:58:02 -0700
commit06da879408f120c476eea0b36a74d246a44853fb (patch)
tree470e9f4d2a36f232bc1fe2ea4237e5b19978ce33 /hosts/carmel/default.nix
parenthosts: rename hardware-configuration to hardware (diff)
downloadinfra-06da879408f120c476eea0b36a74d246a44853fb.tar.gz
carmel: configure the desktop properly
Diffstat (limited to '')
-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;