diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index 1a32da0..3f6dc85 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -1,6 +1,10 @@ { lib, pkgs, ... }: { + imports = [ + ./hardware.nix + ]; + this.pc.enable = true; this.overlays.emacs.enable = lib.mkForce false; this.gui.enable = true; |