diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-08 16:58:02 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 16:58:02 -0700 |
| commit | 06da879408f120c476eea0b36a74d246a44853fb (patch) | |
| tree | 470e9f4d2a36f232bc1fe2ea4237e5b19978ce33 /hosts/carmel/default.nix | |
| parent | hosts: rename hardware-configuration to hardware (diff) | |
| download | infra-06da879408f120c476eea0b36a74d246a44853fb.tar.gz | |
carmel: configure the desktop properly
Diffstat (limited to '')
| -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; |
