From 9e4c70def9304270fc9ec45a84ab03f9eb324090 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 10 Jul 2023 16:30:59 +0530 Subject: hardware: import features from hardware/* --- hardware/cez.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hardware/cez.nix') diff --git a/hardware/cez.nix b/hardware/cez.nix index e0cf620..6df9241 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -1,6 +1,12 @@ { config, ... }: { + imports = + [ + ../features/wayland.nix + ../features/kaysshfs.nix + ]; + networking = { hostName = "cez"; wireless.iwd.enable = true; -- cgit v1.2.3