Fix malformed module

This commit is contained in:
Manuel Thalmann 2024-08-24 18:35:43 +02:00
parent 06d9de5b30
commit 76a14de51d

View file

@ -1,9 +1,23 @@
{ ... }: { { ... }: {
valhalla.users.manuel = { imports = [
../../lib/modules/valhalla.nix
];
config = {
valhalla = {
users.manuel = {
oh-my-posh = { oh-my-posh = {
theme = { theme = {
source = ./manuel.omp.json; source = ./manuel.omp.json;
}; };
}; };
}; };
partition = {
os = {
partitions = { };
};
};
};
};
} }