Fix malformed module

This commit is contained in:
Manuel Thalmann 2024-08-24 18:35:43 +02:00
parent f3480ce6f4
commit 17a0eb1f8b

View file

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