From 877a28727056e415b25a2dc4572fd2263eca2ece Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 10 Jul 2023 16:30:59 +0530 Subject: hardware: import features from hardware/* --- configuration.nix | 2 -- hardware/cez.nix | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index fe22076..40b5514 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,8 +8,6 @@ in [ ./hardware-configuration.nix # hw scan ./hardware/cez.nix - ./features/wayland.nix - ./features/kaysshfs.nix ]; # boot 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