Fix malformed module

This commit is contained in:
Manuel Thalmann 2024-08-24 18:35:43 +02:00
parent 95a49d68f0
commit 59eda06b83

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 = { };
};
};
};
};