From 4bd74ffb38b56c77d7a6c972b92e63e892239af3 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 11 Jul 2024 20:44:16 +0200 Subject: [PATCH] Create module dedicated to valhalla --- lib/modules/valhalla.nix | 6 ++++++ profiles/Generic/config.nix | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 lib/modules/valhalla.nix diff --git a/lib/modules/valhalla.nix b/lib/modules/valhalla.nix new file mode 100644 index 00000000..df1e7ec3 --- /dev/null +++ b/lib/modules/valhalla.nix @@ -0,0 +1,6 @@ +{ ... }: { + imports = [ + ./i18n.nix + ./partition.nix + ]; +} diff --git a/profiles/Generic/config.nix b/profiles/Generic/config.nix index feaa924d..274f472a 100644 --- a/profiles/Generic/config.nix +++ b/profiles/Generic/config.nix @@ -3,8 +3,7 @@ fs = import ../../lib/modules/partition/fs.nix; in { imports = [ - ../../lib/modules/partition.nix - ../../lib/modules/i18n.nix + ../../lib/modules/valhalla.nix ]; config = {