about summary refs log tree commit diff
path: root/hosts/carmel
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 19:14:23 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 19:14:23 -0800
commit57b55ce889cb96666d2348337d663daaf6d19326 (patch)
tree445350ba0ab60ada54aa3cbbe614b79b8a6bdfe2 /hosts/carmel
parentusers: enable home-manager for myself (diff)
downloadworld-57b55ce889cb96666d2348337d663daaf6d19326.tar.gz
fix a few errors
Diffstat (limited to 'hosts/carmel')
-rw-r--r--hosts/carmel/default.nix1
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
     ];