From f738c22ade931c4dd983ee81cc45f882bda2ec86 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 27 May 2024 23:31:44 +0200 Subject: [PATCH] Move common module --- modules/system/{hardware => }/common.nix | 0 modules/system/default.nix | 3 +++ modules/system/hardware/default.nix | 3 --- 3 files changed, 3 insertions(+), 3 deletions(-) rename modules/system/{hardware => }/common.nix (100%) diff --git a/modules/system/hardware/common.nix b/modules/system/common.nix similarity index 100% rename from modules/system/hardware/common.nix rename to modules/system/common.nix diff --git a/modules/system/default.nix b/modules/system/default.nix index ea0cf75..49a302c 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -5,5 +5,8 @@ ./desktop ./hardware ./server + + # Common configuration + ./common.nix ]; } \ No newline at end of file diff --git a/modules/system/hardware/default.nix b/modules/system/hardware/default.nix index 1c84d98..d70612d 100644 --- a/modules/system/hardware/default.nix +++ b/modules/system/hardware/default.nix @@ -10,8 +10,5 @@ ./plymouth ./printing ./waydroid - - # Common configuration - ./common.nix ]; } \ No newline at end of file