diff options
Diffstat (limited to 'hosts/carmel')
-rw-r--r-- | hosts/carmel/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 19c88c0..00f370c 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -4,6 +4,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../commons ../../modules/desktop ]; |