Create module dedicated to valhalla
This commit is contained in:
parent
364457a576
commit
11bfd4fa17
6
lib/modules/valhalla.nix
Normal file
6
lib/modules/valhalla.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
./i18n.nix
|
||||||
|
./partition.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue