Fix malformed module
This commit is contained in:
parent
06d9de5b30
commit
76a14de51d
|
@ -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 = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue