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.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix
index 00ae881..8971397 100644
--- a/hosts/carmel/default.nix
+++ b/hosts/carmel/default.nix
@@ -1,14 +1,8 @@
{ config, pkgs, hostname, ... }:
{
- imports = [
- ./hardware.nix
- ./boot.nix
- ./sound.nix
- ./networking.nix
- ./home.nix
- ./services.nix
- ];
+ imports =
+ [ ./hardware.nix ./boot.nix ./sound.nix ./networking.nix ./services.nix ];
# Allow setting GTK configuration using home-manager
programs.dconf.enable = true;