Fix malformed module

This commit is contained in:
Manuel Thalmann 2024-08-24 18:35:43 +02:00
parent a61ef921bd
commit 057d242124

View file

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