Fix malformed module

This commit is contained in:
Manuel Thalmann 2024-08-24 18:35:43 +02:00
parent 0ec0264c8e
commit 3cf55b510c

View file

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