Create module dedicated to valhalla

This commit is contained in:
Manuel Thalmann 2024-07-11 20:44:16 +02:00
parent 416667561c
commit 4bd74ffb38
2 changed files with 7 additions and 2 deletions

6
lib/modules/valhalla.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }: {
imports = [
./i18n.nix
./partition.nix
];
}

View file

@ -3,8 +3,7 @@
fs = import ../../lib/modules/partition/fs.nix; fs = import ../../lib/modules/partition/fs.nix;
in { in {
imports = [ imports = [
../../lib/modules/partition.nix ../../lib/modules/valhalla.nix
../../lib/modules/i18n.nix
]; ];
config = { config = {